Sort Score
Result 10 results
Languages All
Labels All
Results 4,731 - 4,740 of 15,660 for

file

(0.18 sec)
  1. Add polyline annotation | GroupDocs

    The page describes how to add polyline annotation to a document using GroupDocs.Annotation for Java....// Add annotation and save to file annotator . add ( polyline );...

    docs.groupdocs.com/annotation/java/add-polyline...
  2. Working with metadata in PDF documents | GroupDocs

    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....and extract some additional file format information. a PDF document...package Use the method to obtain file format information advanced_usage...

    docs.groupdocs.com/metadata/java/working-with-m...
  3. System requirements | GroupDocs

    GroupDocs.Total for Java does not require any external software to be installed such as Microsoft Word, Microsoft Excel or Microsoft PowerPoint for document manipulation....on Java 17+) Note Ensure the file system and permissions allow...your application to read/write files and create temporary directories...

    docs.groupdocs.com/total/java/system-requirements/
  4. Working with metadata in PDF documents | GroupDocs

    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(); 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....and extract some additional file format information. a PDF document...package Use the property to obtain file format information AdvancedUsage...

    docs.groupdocs.com/metadata/net/working-with-me...
  5. Comparison | GroupDocs

    Learn more about advanced document comparison use cases - how to adjust comparison sensitivity level, get coordinates of changed elements, detect style detection and many more using GroupDocs.Comparison for Node.js via Java...detection algorithm and output file creation by setting the CompareOptions...target text from files How to merge source code files Get only summary...

    docs.groupdocs.com/comparison/nodejs-java/compa...
  6. Experiencing an issue when viewing PDF files th...

    We are experiencing an issue when viewing PDF Files through GroupDocs. Some pages (e.g., pages 15 and 41) take significantly longer to load. The affected File has been attached to this ticket for your reference. Kindly …...Experiencing an issue when viewing PDF files through GroupDocs GroupDocs...experiencing an issue when viewing PDF files through GroupDocs. Some pages...

    forum.groupdocs.com/t/experiencing-an-issue-whe...
  7. Sign document with MaxiCode barcode Symbology |...

    This article explains how to sign document with MaxiCode barcode Symbology signatures...data }; // sign document to file var signResult = signature ...generate barcodes and/or sign your files with barcodes for free, you...

    docs.groupdocs.com/signature/net/sign-document-...
  8. .NET PKCS#11 签名教程 -- USB 加密狗、智能卡、HSM 集成

    一步步的教程,解释如何在 .NET 中使用 PKCS#11 令牌(加密狗、智能卡、HSM)通过 Pkcs11Interop 和 GroupDocs.Signature 对 PDF 文档进行签名。...certificate in a local PFX or P12 file is convenient but exposes the...NET-PKCS11-Sample.csproj # Project file ├── Program.cs # Entry point...

    blog.groupdocs.com/zh/signature/sign-documents-...
  9. Working with metadata in Presentations | GroupDocs

    GroupDocs.Metadata for Java provides functionality that allows working with different kinds of presentations such as PPT, PPTX, POTM, POTX, etc. For the full list of supported presentation formats please refer to Supported document formats. Detecting the exact type of a presentation The following sample of code will help you to detect the exact type of a loaded presentation and extract some additional File format information. Load a presentation Extract the root metadata package Use the getPresentationType method to obtain File format information advanced_usage....and extract some additional file format information. a presentation...package Use the method to obtain file format information advanced_usage...

    docs.groupdocs.com/metadata/java/working-with-m...
  10. Working with metadata in Word Processing docume...

    GroupDocs.Metadata for Java provides functionality that allows working with different kinds of WordProcessing documents such as DOC, DOCX, ODT, etc. For the full list of supported document formats please refer to Supported document formats. Detecting the exact type of a document The following sample of code will help you to detect the exact type of a loaded document and extract some additional File format information. Load a WordProcessing document Extract the root metadata package Use the getWordProcessingType method to obtain File format information advanced_usage....and extract some additional file format information. a WordProcessing...package Use the method to obtain file format information advanced_usage...

    docs.groupdocs.com/metadata/java/working-with-m...