Sort Score
Result 10 results
Languages All
Labels All
Results 2,731 - 2,740 of 18,579 for

pdf viewer

(0.28 sec)
  1. Load a file of a specific format | GroupDocs

    This example demonstrates how to load a file of some particular format. advanced_usage.loading_files.LoadingFileOfSpecificFormat JavaScript try { var loadOptions = new LoadOptions(FileFormat.Spreadsheet); const metadata = new groupdocs.metadata.Metadata("input.xls", loadOptions); var root = metadata.getRootPackageGeneric(); } More resources Advanced usage topics To learn more about library features and get familiar how to manage metadata and more, please refer to theadvanced usage section. GitHub examples You may easily run the code above and see the feature in action in our GitHub examples:...Viewer Product Solution GroupDocs...to view and edit metadata of PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX...

    docs.groupdocs.com/metadata/nodejs-java/load-a-...
  2. Get supported file formats | GroupDocs

    This article shows that how to get the list of all supported file formats of GroupDocs.Redaction by using C#....Viewer Product Solution GroupDocs...various document formats like PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX...

    docs.groupdocs.com/redaction/python-net/get-sup...
  3. GroupDocs.Comparison for .NET | GroupDocs

    GroupDocs.Comparison for .NET developer documentation. Learn how to diff docx, pptx, and compare Pdf files using C#....Viewer Product Solution GroupDocs...PowerPoint, OpenDocument ODT, PDF, Text, and HTML documents. The...

    docs.groupdocs.com/comparison/net/
  4. Load from a stream | GroupDocs

    This example demonstrates how to load a file from a stream. advanced_usage.loading_files.LoadFromStream // Constants.InputDoc is an absolute or relative path to your document. Ex: @"C:\Docs\source.doc" try (InputStream stream = new FileInputStream(Constants.InputDoc)) { try (Metadata metadata = new Metadata(stream)) { // Extract, edit or remove metadata here } } More resources GitHub examples You may easily run the code above and see the feature in action in our GitHub examples: GroupDocs.Metadata for ....Viewer Product Solution GroupDocs...to view and edit metadata of PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX...

    docs.groupdocs.com/metadata/java/load-from-a-st...
  5. Load password-protected document | GroupDocs

    Learn this article and check how to load and convert password-protected documents using GroupDocs.Conversion for Java API....Viewer Product Solution GroupDocs...outputPath = "./password-protected.pdf" PdfConvertOptions convertOptions...

    docs.groupdocs.com/conversion/java/load-passwor...
  6. How to Extract Metadata from Word Document usin...

    This short tutorial describes the process to extract metadata from Word document using Java, and how to iterate through the metadata word document in Java....Viewer Product Family GroupDocs.Comparison...various document formats such as PDF, XLSX, PPTX, MSG, EML, EPUB,...

    kb.groupdocs.com/parser/java/how-to-extract-met...
  7. Add underline annotation | GroupDocs

    The page describes how to add an underline annotation to a document using GroupDocs.Annotation for .NET....Viewer Product Solution GroupDocs...annotator = new Annotator ( "input.pdf" )) { UnderlineAnnotation underline...

    docs.groupdocs.com/annotation/net/add-underline...
  8. How to search for Metadata signatures | GroupDocs

    This topic explains how to search for metadata signatures within the documents with GroupDocs.Signature API....Viewer Product Solution GroupDocs...signature = new Signature ( "sample.pdf" )) { MetadataSearchOption options...

    docs.groupdocs.com/signature/net/search-for-met...
  9. Advanced search for Digital signatures | GroupDocs

     This article explains how to make advanced search for digital electronic signatures with GroupDocs.Signature API....Viewer Product Solution GroupDocs...signature = new Signature ( "signed.pdf" ); DigitalSearchOptions options...

    docs.groupdocs.com/signature/java/advanced-sear...
  10. Search for QR-Code e-signatures | GroupDocs

    This article explains how to search for QR-code electronic signatures with GroupDocs.Signature API....Viewer Product Solution GroupDocs...signature = new Signature ( "sample.pdf" ); QrCodeSearchOptions options...

    docs.groupdocs.com/signature/java/search-for-qr...