Sort Score
Result 10 results
Languages All
Labels All
Results 4,361 - 4,370 of 14,620 for

file

(0.21 sec)
  1. Convert to PDF with advanced options | Document...

    Follow this guide and learn how a File convert to pdf with height, width, DPI, margins and other customizations using GroupDocs.Conversion for .NET....the class: sets the desired file type the input document should...to these fonts. Decreases the file size, but may change the original...

    docs.groupdocs.com/conversion/net/convert-to-pd...
  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(); 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...
  3. QR Code Reader using Java | Scan QR Code from I...

    How to scan QR codes using Java within the application. Java example that reads QR Code from an image that will help you build an online QR scanner....of documents like PDFs, Word files, and Excel spreadsheets. With...code. You can download the JAR file from the downloads section or...

    blog.groupdocs.com/parser/scan-qr-code-using-java/
  4. Control documents comparison sensitivity in Java

    Document comparison is one of the most common procedure that is practiced almost in all of the digital businesses. And the objective is same, highlight the inserted or deleted items. Detect the style changes and generate a summary. Let’s see how GroupDocs.Comparison for Java can help us with this scenario. This is a back-end API that can be integrated in any Java application irrespective of the frameworks. Explore API documentation to learn more about the supported features and File formats....about the supported features and file formats. Those who are already...

    blog.groupdocs.com/comparison/control-documents...
  5. Verifying documents with exception handling | D...

     This article explains how to handle specific exceptions when verifying document electronic signatures with GroupDocs.Signature API....issues, missing required data, files etc. For handling these exceptions..."1234567890" }; // sign document to file VerificationResult result =...

    docs.groupdocs.com/signature/net/verifying-docu...
  6. Features overview | Documentation

    GroupDocs.Merger for Node.js via Java is a powerful API to merge several documents into one, split single document to multiple documents, reorder or replace document pages, change page orientation, manage document protection, render documents as images and more....information about source document - file type, size, pages count, page...

    docs.groupdocs.com/merger/nodejs-java/features-...
  7. Getting known property descriptors | Documentation

    This code snippet demonstrates how to extract information about known properties that can be encountered in a particular package.... a file to examine Get a collection...

    docs.groupdocs.com/metadata/net/getting-known-p...
  8. Load text from string | Documentation

    This article explains how to load values from variables of string type when using GroupDocs.Comparison for Java....contains text to be compared, not file path). Instantiate the object...

    docs.groupdocs.com/comparison/java/load-text-fr...
  9. How to load document from FTP | Documentation

    This section explains how to load document from FTP with GroupDocs.Signature API....= 100 }; // sign document to file signature . Sign ( "SampleSigned"...

    docs.groupdocs.com/signature/net/load-document-...
  10. How to load document from Amazon S3 Storage | D...

    This section explains how to load document from Amazon S3 Storage with GroupDocs.Signature API....= 100 }; // sign document to file signature . Sign ( outputFilePath...

    docs.groupdocs.com/signature/net/load-document-...