Click or drag to resize

PdfUtil Class

Contains helpful PDF utilities that can be used by scripts.
Inheritance Hierarchy
SystemObject
  Compiled.EDD.Scripting.Extensions.PdfPdfUtil

Namespace: Compiled.EDD.Scripting.Extensions.Pdf
Assembly: Compiled.EDD.Scripting (in Compiled.EDD.Scripting.dll) Version: 9.0.0.0-142fa9725
Syntax
C#
public class PdfUtil

The PdfUtil type exposes the following members.

Constructors
 NameDescription
Public methodPdfUtilInitializes a new instance of the PdfUtil class
Top
Methods
 NameDescription
Public methodEqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
Public methodStatic memberGetDocumentPdfPath(DocumentItem) Gets a path to the PDF file if the document has a PDF loaded as an image or a native link.
Public methodStatic memberGetDocumentPdfPath(DocumentItem, ResourceFileItem) Gets a path to the PDF file if the document has a PDF loaded as an image or a native link.
Public methodGetHashCodeServes as the default hash function.
(Inherited from Object)
Public methodStatic memberGetNewOptimizationOptions Gets a default optimization option strategy when used with optimizing PDF documents.
Public methodStatic memberGetNewPdfDocument Gets an empty PDF document.
Public methodStatic memberGetPdfDocument(Stream) Gets an instance of a PDF document loaded from the specified filepath.
Public methodStatic memberGetPdfDocument(String) Gets an instance of a PDF document loaded from the specified filepath.
Public methodStatic memberGetPdfDocument(Stream, String) Gets an instance of a PDF document loaded from the specified filepath.
Public methodStatic memberGetPdfMetadata(Stream) Gets an instance of a PDF document loaded from the specified stream.
Public methodStatic memberGetPdfMetadata(String) Gets PDF metadata loaded from the specified filepath.
Public methodStatic memberGetPdfMetadata(Stream, String) Gets an instance of a PDF document loaded from the specified stream.
Public methodStatic memberGetPdfMetadata(String, String) Gets an instance of a PDF document loaded from the specified filepath.
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Public methodToStringReturns a string that represents the current object.
(Inherited from Object)
Top
See Also