Sort Score
Result 10 results
Languages All
Labels All
Results 81 - 90 of 1,766 for

errores pdf

(0.04 sec)
  1. Render PDF documents as HTML and image files | ...

    This topic describes how to use the GroupDocs.Viewer Java API to convert Pdf files to HTML, PNG, and JPEG formats....rendering basics / Render PDF documents Render PDF documents as HTML...page allows you to render your PDF files in HTML, PNG, and JPEG...

    docs.groupdocs.com/viewer/nodejs-java/render-pd...
  2. Working with metadata in PDF documents | Docume...

    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 getPdfType method to obtain file format information advanced_usage.managing_metadata_for_specific_formats.document.Pdf.PdfReadFileFormatProperties try (Metadata metadata = new Metadata(Constants.InputPdf)) { PdfRootPackage root = metadata.getRootPackageGeneric(); System.out.println(root.getPdfType().getFileFormat()); System.out.println(root.getPdfType().getVersion()); System.out.println(root.getPdfType().getMimeType()); System.out.println(root.getPdfType().getExtension()); } Reading built-in metadata properties To access built-in metadata of a Pdf document, please use the getDocumentProperties method 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/java/working-with-m...
  3. Working with metadata in PDF documents | Docume...

    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...
  4. How to merge images to PDF using Java | Documen...

    Learn how to merge images to Pdf file, combine images into one Pdf file programmatically in Java language using GroupDocs.Merger for Java library....images to PDF using Java How to merge images to PDF using Java...Java Leave feedback PDF Merger Java API allows developers to combine...

    docs.groupdocs.com/merger/java/getting-started/...
  5. Get the PDF output file information | Documenta...

    This article explains how to get the Pdf output file information using Java with GroupDocs.Viewer for Java..../ Get the PDF output file information Get the PDF output file...get the information about the PDF output file using the method...

    docs.groupdocs.com/viewer/java/get-pdf-output-f...
  6. Optimize the PDF file by removing unused resour...

    This topic describes how to optimize Pdf file using the GroupDocs.Viewer Java API by removing the unused (orphaned) resources and thus to reduce the file size....to PDF / Optimize the output PDF file / Optimize the PDF file...unused resources Optimize the PDF file by removing unused resources...

    docs.groupdocs.com/viewer/java/optimization-pdf...
  7. How to add attachment to PDF document | Documen...

    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...
  8. Render PDF documents as HTML and image files | ...

    This topic describes how to use the GroupDocs.Viewer Java API to convert Pdf files to HTML, PNG, and JPEG formats....rendering basics / Render PDF documents Render PDF documents as HTML...page allows you to render your PDF files in HTML, PNG, and JPEG...

    docs.groupdocs.com/viewer/java/render-pdf-docum...
  9. Optimize the PDF file by removing unused resour...

    This topic describes how to optimize Pdf file using the GroupDocs.Viewer .NET API (C#) by removing the unused (orphaned) resources and thus to reduce the file size....to PDF / Optimize the output PDF file / Optimize the PDF file...unused resources Optimize the PDF file by removing unused resources...

    docs.groupdocs.com/viewer/net/optimization-pdf-...
  10. Render PDF documents as HTML and image files | ...

    Convert Pdf files to HTML, PNG, or JPEG using the GroupDocs.Viewer Python API. Learn basic rendering techniques....rendering basics / Render PDF documents Render PDF documents as HTML...page allows you to render your PDF files in HTML, PNG, and JPEG...

    docs.groupdocs.com/viewer/python-net/render-pdf...