Sort Score
Result 10 results
Languages All
Labels All
Results 1,061 - 1,070 of 16,565 for

pdf viewer

(0.08 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. 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...
  3. GroupDocs.Viewer Product Family

    Document Automation APIs to enrich .NET and Java applications to view, edit, annotate, convert, compare, e-sign, parse, split, merge, redact, or classify documents of almost all the popular file formats....UI Document Viewer 2.0.0 using GroupDocs.Viewer for .NET version...document formats like DOCX, PDF, XLSX, PPTX, MSG with attachments...

    blog.groupdocs.com/categories/groupdocs.viewer-...
  4. 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-...
  5. Logging | Documentation

    Logging when rendering documents with GroupDocs.Viewer for Java...Viewer Product Solution GroupDocs...GroupDocs.Viewer Product Family / GroupDocs.Viewer for Java /...

    docs.groupdocs.com/viewer/java/logging/
  6. 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....Viewer Product Solution GroupDocs...attachment to PDF document How to add attachment to PDF document Leave...

    docs.groupdocs.com/merger/java/how-to-add-attac...
  7. Play and Pause Animated GIF and APNG Images usi...

    Programmatically render animated GIF and APNG images to HTML web page in C# with play and pause feature. Build your own animation Viewer using .NET....Viewer for .NET API in the C# examples...word-processing documents, spreadsheets, PDF, presentations, emails, ZIP archives...

    blog.groupdocs.com/viewer/play-pause-animated-g...
  8. Ask about the ability to convert to XPS files -...

    The failure phenomenon is a script failure, which causes the browser to stop working and stop. Error script.jpg : Script error log. Edge network*.jpg : The http communication that occurs during printing is sequentially…...Viewer Product Family dianysus February...purchased the recommended GroupDocs Viewer license and are currently developing...

    forum.groupdocs.com/t/ask-about-the-ability-to-...
  9. Merge PDF files using C#

    Learn how to merge Pdf files using C# programming. Streamline document management with code of how to combine Pdf files in C# without installing extra software....Viewer Product Family GroupDocs.Comparison...Redaction Product Family Merge PDF files using C# In the digital...

    kb.groupdocs.com/merger/net/merge-pdf-files-usi...
  10. Get the width and height of the document pages ...

    This article explains how to get the width and height of the document pages using GroupDocs.Viewer for Java....Viewer Product Solution GroupDocs...GroupDocs.Viewer Product Family / GroupDocs.Viewer for Java /...

    docs.groupdocs.com/viewer/java/how-to-get-page-...