Sort Score
Result 10 results
Languages All
Labels All
Results 61 - 70 of 1,914 for

errores pdf

(0.09 sec)
  1. Working with metadata in PDF documents | GroupDocs

    Detecting the version of a Pdf document The following sample of code will help you to detect the Pdf version a loaded document and extract some additional file format information. Load a Pdf document Extract the root metadata package Use the FileType property to obtain file format information AdvancedUsage.ManagingMetadataForSpecificFormats.Document.Pdf.PdfReadFileFormatProperties using (Metadata metadata = new Metadata(Constants.InputPdf)) { var root = metadata.GetRootPackage<PdfRootPackage>(); Console.WriteLine(root.FileType.FileFormat); Console.WriteLine(root.FileType.Version); Console.WriteLine(root.FileType.MimeType); Console.WriteLine(root.FileType.Extension); } Reading built-in metadata properties To access built-in metadata of a Pdf document, please use the DocumentProperties property defined in the DocumentRootPackage class....metadata in PDF documents Working with metadata in PDF documents...feedback Detecting the version of a PDF document The following sample...

    docs.groupdocs.com/metadata/net/working-with-me...
  2. Load PDF document with options | GroupDocs

    Learn this article and check how to load and convert Pdf documents with advanced options using GroupDocs.Conversion for .NET API....types / Load PDF document with options Load PDF document with...control over how the source PDF document will be processed. The...

    docs.groupdocs.com/conversion/net/load-pdf-docu...
  3. Extract attachments from PDF portfolios | Group...

    Extract attachments from Pdf portfolios To extract attachments from emails getContainer method is used. This method returns the collection of ContainerItem objects. Here are the steps to extract an attachment text from Pdf Portfolios: Instantiate Parser object for the initial document; Call getContainer method and obtain collection of ContainerItem objects; Check if collection isn’t null (container extraction is supported for the document); Iterate through the collection and get container item names, sizes and obtain content....data from PDF documents / Extract attachments from PDF portfolios...portfolios Extract attachments from PDF portfolios Leave feedback Extract...

    docs.groupdocs.com/parser/java/extract-attachme...
  4. Sign Pdf documents with special appearance | Gr...

     This article explains how to use Pdf digital electronic signature features on document page..../ Sign Pdf documents with special appearance Sign Pdf documents...classes that implements for Pdf document special signature appearances...

    docs.groupdocs.com/signature/net/sign-pdf-docum...
  5. Parse data from PDF documents | GroupDocs

    To extract data from Pdf documents parseForm and parseByTemplate(Template) methods are used. Both methods return DocumentData object. For details, see Working With Extracted Data. Here are the steps to extract data from Pdf Form: Instantiate Parser object for the initial document Call parseForm method and obtain the DocumentData object; Check if data isn’t null (parse form is supported for the document); Iterate over field data to obtain form data. The following example shows the use case when a user fills in Pdf form and send it by email (for example)....Extract data from PDF documents / Parse data from PDF documents Parse...from PDF documents Leave feedback To extract data from PDF documents...

    docs.groupdocs.com/parser/java/parse-data-from-...
  6. How to add attachment to PDF document | GroupDocs

    This article explains how to add attachment to Pdf document with GroupDocs.Merger within your Java applications....attachment to PDF document How to add attachment to PDF document Leave...feedback It is a known fact PDF files are great for demonstration...

    docs.groupdocs.com/merger/java/how-to-add-attac...
  7. Iterative Signing of PDF Documents - efficient ...

    Understand the concept of iterative signing for Pdfs and how to implement it using a product API. Maintain document integrity while enabling multiple approvals with digital certificates.... Iterative signing of PDF documents with digital certificates...Role of Digital Signatures in PDF Documents Iterative Digital Signing...

    blog.groupdocs.com/signature/iterative-digital-...
  8. Existing objects in PDF document | GroupDocs

    Removing watermark from a particular page of Pdf document using C#....watermarks to PDF documents / Existing objects in PDF document Existing...Existing objects in PDF document Leave feedback On this page Removing...

    docs.groupdocs.com/watermark/java/existing-obje...
  9. Convert to PDF with advanced options | GroupDocs

    Follow this guide and learn how to convert documents to Pdf with height, width, DPI, margins and other customizations using GroupDocs.Conversion for Node.js via Java....Convert to PDF with advanced options Convert to PDF with advanced...conversion result when convert to PDF. Along with has the following...

    docs.groupdocs.com/conversion/nodejs-java/conve...
  10. Optimize spreadsheets in a PDF file | GroupDocs

    Optimize spreadsheets in Pdfs. Reduces file size by enabling border lines and removing specific characters....documents / Render to PDF / Optimize the output PDF file / Optimize...spreadsheets in a PDF file Optimize spreadsheets in a PDF file Leave...

    docs.groupdocs.com/viewer/python-net/optimizati...