Sort Score
Result 10 results
Languages All
Labels All
Results 5,431 - 5,440 of 17,207 for

file

(0.89 sec)
  1. Sign document with Image signature - advanced |...

     This article explains how to sign document with Image electronic signatures using extended options with GroupDocs.Signature API....= 2 } }; // sign document to file SignResult signResult = signature...signatures and/or sign your files with them for free, you can...

    docs.groupdocs.com/signature/net/sign-document-...
  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. Extract Hyperlinks from PDF using C#

    Quickly learn how to extract hyperlinks from PDF using C# with a step-by-step guide. There is no need to install extra software to read hyperlinks from PDF in C#....are working with a single PDF file or processing large batches...hyperlink extraction from PDF files Initialize a Parser object to...

    kb.groupdocs.com/parser/net/extract-hyperlinks-...
  4. GroupDocs.Viewer for Java 25.12 – Latest Update...

    Explore what’s new in GroupDocs.Viewer for Java 25.12. Available now on NuGet and GroupDocs website....Failure to load certain PSD files. VIEWERNET‑5475 Improvement...your pom.xml (or Gradle build file) to the newest version: <dependency>...

    blog.groupdocs.com/viewer/groupdocs-viewer-for-...
  5. Extract table of contents from EPUB eBooks | Gr...

    To extract table of contents from EPUB e-books GetToc method is used....supported for TXT files. Therefore, for TXT file method returns...

    docs.groupdocs.com/parser/net/extract-table-of-...
  6. Install GroupDocs.Comparison for Node.js via Ja...

    Install GroupDocs.Comparison for Node.js via Java using npm or an offline package. Includes prerequisites, Java setup, verification, and troubleshooting....$env:JAVA_HOME = "C:\Program Files\Java\jdk-17" $env:Path = "$... After downloading the .tar file, install it locally: npm install...

    docs.groupdocs.com/comparison/nodejs-java/insta...
  7. Install GroupDocs.Conversion for Node.js via Ja...

    Install GroupDocs.Conversion for Node.js via Java using npm or an offline package. Includes prerequisites, Java setup, verification, and troubleshooting....$env:JAVA_HOME = "C:\Program Files\Java\jdk-17" $env:Path = "$... After downloading the .tar file, install it locally: npm install...

    docs.groupdocs.com/conversion/nodejs-java/insta...
  8. 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...
  9. Sign Documents with Encrypted Custom Objects

    Hello guys! It’s been a while since my last post about GroupDocs.Signature for Java. So, our Java community might have been waiting for something new regarding our e-signature API. Well, we have recently released version 19.7 of GroupDocs.Signature for Java and today, I shall give you an overview of something interesting that we have introduced in our latest release. In the last couple of months, we introduced a quite valuable feature in the ....djvu file format as well as three bug...

    blog.groupdocs.com/signature/sign-documents-wit...
  10. Generate QR codes Online | Add QR code to Docum...

    Create QR codes online! Learn to generate various types using user-friendly tools. Get a sneak peek into QR code creation with C# and Java code snippets....variety of documents in different file formats. Simply follow the steps...

    blog.groupdocs.com/signature/generate-qrcode-on...