Sort Score
Result 10 results
Languages All
Labels All
Results 1,041 - 1,050 of 16,582 for

pdf viewer

(0.04 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....Viewer Product Solution GroupDocs...metadata in PDF documents Working with metadata in PDF documents...

    docs.groupdocs.com/metadata/java/working-with-m...
  2. Gweld DOCX Ar-lein | Apiau GroupDocs am ddim

    Gwyliwr DOCX ar-lein am ddim. Agor a gweld ffeiliau DOCX ar-lein am ddim.... 15% Ynglŷn â app Viewer Microsoft Word yw golygydd...elfennau eraill. Mae GroupDocs.Viewer yn API cyflym ac effeithlon...

    products.groupdocs.app/cy/viewer/docx
  3. Save output to a stream for GroupDocs.Viewer-fo...

    Is it possible to save the output to a stream if using GroupDocs.Viewer-for-.NET-UI? GitHub - groupdocs-Viewer/GroupDocs.Viewer-for-.NET-UI: UI - User Interface for GroupDocs.Viewer for .NET document Viewer and automatio…...Viewer-for-.NET-UI? GroupDocs.Viewer Product Family...Family document-viewer , dotnet YahyaM March 27, 2025, 10:53pm 1...

    forum.groupdocs.com/t/save-output-to-a-stream-f...
  4. Search text in PDF documents | Documentation

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

    docs.groupdocs.com/parser/net/search-text-in-pd...
  5. 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....Viewer Product Solution GroupDocs...metadata in PDF documents Working with metadata in PDF documents...

    docs.groupdocs.com/metadata/net/working-with-me...
  6. Stripping GroupDocs.Viewer for .NET Functionali...

    GroupDocs.Viewer for .NET is a web-oriented framework which provides ample possibilities to view a wide variety of documents in a web-browser, including Pdf, Word, Excel, PowerPoint, AutoCAD and many more. However, quite often there are situations when you are looking for a simple and quick solution and don’t need all the functionality that comes with a library. In case of GroupDocs.Viewer, for example, you may not want to use iframes on your pages, or add a lot of additional JavaScript and CSS files, which are used by GroupDocs....Viewer for .NET is a web-oriented framework which provides...in a web-browser, including PDF, Word, Excel, PowerPoint, AutoCAD...

    blog.groupdocs.com/viewer/stripping-groupdocs-v...
  7. Select specific pages for rasterized PDF | Docu...

    This article demonstrates that how you can specify starting page index (zero based) and the number of pages from this index to save a rasterized Pdf...Viewer Product Solution GroupDocs...rasterized PDF Select specific pages for rasterized PDF Leave feedback...

    docs.groupdocs.com/redaction/python-net/select-...
  8. Select specific pages for rasterized PDF | Docu...

    Select specific pages for rasterized Pdf Saving document as a rasterized Pdf, you can specify starting page index (zero based) and the number of pages from this index to save. Also, you can change the Compliance level from Pdf/A-1b, which is used by default, to Pdf/A-1a: final Redactor redactor = new Redactor("MultipageSample.docx"); try { RedactorChangeLog result = redactor.apply(new ExactPhraseRedaction("John Doe", new ReplacementOptions(java.awt.Color.RED))); if (result.getStatus() != RedactionStatus.Failed) { SaveOptions options = new SaveOptions(); options....Viewer Product Solution GroupDocs...rasterized PDF Select specific pages for rasterized PDF Leave feedback...

    docs.groupdocs.com/redaction/java/select-specif...
  9. Use PDF redaction filters | Documentation

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

    docs.groupdocs.com/redaction/python-net/use-pdf...
  10. Disable image comparison in PDF documents | Doc...

    This article explains how to disable image comparison in Pdf documents as a built in feature in GroupDocs.Comparison for .NET....Viewer Product Solution GroupDocs...comparison in PDF documents Disable image comparison in PDF documents...

    docs.groupdocs.com/comparison/net/disable-image...