Sort Score
Result 10 results
Languages All
Labels All
Results 301 - 310 of 6,099 for

pdf editor

(0.05 sec)
  1. 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....Editor Product Solution GroupDocs...metadata in PDF documents Working with metadata in PDF documents...

    docs.groupdocs.com/metadata/java/working-with-m...
  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 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....Editor Product Solution GroupDocs...metadata in PDF documents Working with metadata in PDF documents...

    docs.groupdocs.com/metadata/net/working-with-me...
  3. Load document | Documentation

    Following this guide you will learn how to load document from local disk or file stream for editing with GroupDocs.Editor for .NET API....Editor Product Solution GroupDocs...GroupDocs.Editor Product Family / GroupDocs.Editor for .NET /...

    docs.groupdocs.com/editor/net/load-document/
  4. Use PDF redaction filters | Documentation

    This article explains that how to set page-level scope to Pdf redactions....Editor Product Solution GroupDocs...redaction filters / Use PDF redaction filters Use PDF redaction filters...

    docs.groupdocs.com/redaction/net/use-pdf-redact...
  5. Search text in PDF documents | Documentation

    This article explains that how to search text from Pdf documents...Editor Product Solution GroupDocs...Extract data from PDF documents / Search text in PDF documents Search...

    docs.groupdocs.com/parser/net/search-text-in-pd...
  6. editor.xml

    1.0 utf-8 yes http://www.sitemaps.org/schemas/sitemap/0.9 http://www.w3.org/1999/xhtml https://docs.groupdocs.com/Editor/java/technical-support/weekly0.5https://docs.groupdocs.com/Editor/net/techni......com/editor/java/technical-support/weekly0...5https://docs.groupdocs.com/editor/net/technical-support/weekly0...

    docs.groupdocs.com/sitemaps/editor.xml
  7. Use PDF redaction filters | Documentation

    This article explains that how to set page-level scope to Pdf redactions....Editor Product Solution GroupDocs...redaction filters / Use PDF redaction filters Use PDF redaction filters...

    docs.groupdocs.com/redaction/java/use-pdf-redac...
  8. Remove Watermark from PDF Documents in Java | W...

    Delete or remove watermarks from Pdf and other documents in Java. An overview for Java developers to create a watermark removing applications....Home Remove Watermarks from PDF Documents in Java Facebook Twitter...watermarks from PDF documents in Java . Java API to Remove PDF Watermarks...

    blog.groupdocs.com/2022/04/06/remove-watermark-...
  9. Optimize the PDF file resources | Documentation

    This topic describes how to optimize Pdf file using the GroupDocs.Viewer Java API to reduce size....Editor Product Solution GroupDocs...to PDF / Optimize the output PDF file / Optimize the PDF file...

    docs.groupdocs.com/viewer/java/optimization-pdf...
  10. Optimize the PDF file resources | Documentation

    This topic describes how to optimize Pdf file using the GroupDocs.Viewer Python API to reduce size....Editor Product Solution GroupDocs...to PDF / Optimize the output PDF file / Optimize the PDF file...

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