Sort Score
Result 10 results
Languages All
Labels All
Results 491 - 500 of 5,182 for

file signature

(0.06 sec)
  1. Save document to the same file or stream | Docu...

    This article explains how to save document to the same File or stream while using GroupDocs. Watermarks API....Signature Product Solution GroupDocs...the same file or stream Save document to the same file or stream...

    docs.groupdocs.com/watermark/net/save-document-...
  2. Load a file of a specific format | Documentation

    This example demonstrates how to load a File of some particular format. advanced_usage.loading_Files.LoadingFileOfSpecificFormat // Explicitly specifying the format of a File to load you can spare some time on detecting the format LoadOptions loadOptions = new LoadOptions(FileFormat.Spreadsheet); // Constants.InputXls is an absolute or relative path to your document. Ex: @"C:\Docs\source.xls" try (Metadata metadata = new Metadata(Constants.InputXls, loadOptions)) { SpreadsheetRootPackage root = metadata.getRootPackageGeneric(); // Use format-specific properties to extract or edit metadata System....Signature Product Solution GroupDocs...Loading files / Load a file of a specific format Load a file of a...

    docs.groupdocs.com/metadata/java/load-a-file-of...
  3. How to edit XML file | Documentation

    This article demonstrates how to edit XML Files and XML documents using C# programming language....Signature Product Solution GroupDocs.../ How to edit XML file How to edit XML file Leave feedback On...

    docs.groupdocs.com/editor/net/how-to-edit-xml/
  4. GroupDocs.Viewer 2.0 - Enhancements and New Fea...

    Greetings! We’re pleased to announce a major update of the GroupDocs.Viewer for .NET library: version 2.0. This version of the document viewer has a lot of new features, improvements and bug fixes. You’ll find a complete list of updates and the new library itself here. In this and the next article, I’d like to take a closer look at the updates that I think you’ll be the most interested. So here we go:...download and print the original file using buttons on the GroupDocs...download or print the original file. When set to false , the Download...

    blog.groupdocs.com/viewer/enhancements-and-new-...
  5. Optimize a PDF file for a browser | Documentation

    Optimize PDFs for faster browser display using GroupDocs.Viewer. Reduce load times and improve user experience....Signature Product Solution GroupDocs...Optimize the output PDF file / Optimize a PDF file for a browser Optimize...

    docs.groupdocs.com/viewer/python-net/optimizati...
  6. GroupDocs Holidays Offer – Get 25% off GroupDoc...

    Share this issue: Monthly NewsletterDecember 2018 25% off GroupDocs.Total OR 24 bottles of Award-Winning Pirathon Total Shiraz Get 25% off GroupDocs.Total OR 24 Bottles of Award-Winning Pirathon Total Shiraz (worth over $1500). Quote HOLOFF2018 or PIRATH2018 when placing your order. This offer is only available on new GroupDocs.Total purchases and cannot be used in conjunction with other offers, renewals or upgrades. Only available directly from GroupDocs.com, not through third parties or resellers....all required information from files, documents, emails, and archives... Add and search Metadata signatures in Excel and Word documents...

    blog.groupdocs.com/total/groupdocs-holidays-off...
  7. Online DOCX Barcode Reader

    Free online Barcode parser from DOCX. Secure and easy to use Barcode parser and reader... Upload By uploading your files or using our service you agree...Parse , , , , , and many more file and document formats (see )...

    products.groupdocs.app/parser/read-barcode/docx
  8. Online PDF QR Code Reader

    Free online QR code parser from PDF. Secure and easy to use QR code parser and reader... Upload By uploading your files or using our service you agree...Parse , , , , , and many more file and document formats (see )...

    products.groupdocs.app/parser/read-qr-code/pdf
  9. Online PDF Barcode Reader

    Free online Barcode parser from PDF. Secure and easy to use Barcode parser and reader... Upload By uploading your files or using our service you agree...Parse , , , , , and many more file and document formats (see )...

    products.groupdocs.app/parser/read-barcode/pdf
  10. 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....Signature Product Solution GroupDocs...and extract some additional file format information. a PDF document...

    docs.groupdocs.com/metadata/net/working-with-me...