Sort Score
Result 10 results
Languages All
Labels All
Results 521 - 530 of 5,338 for

file signature

(0.11 sec)
  1. Save a modified file to a stream | GroupDocs

    This article shows how to save a File to the specified stream using GroupDocs.Metadata for Python via .NET....Signature Product Solution GroupDocs...Advanced Usage / Saving files / Save a modified file to a stream Save...

    docs.groupdocs.com/metadata/python-net/save-a-m...
  2. 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:...Signature Product Solution GroupDocs...Loading files / Load a file of a specific format Load a file of a...

    docs.groupdocs.com/metadata/nodejs-java/load-a-...
  3. Save a modified file to a stream | GroupDocs

    This article shows how to save a File to the specified stream in Java...Signature Product Solution GroupDocs...Advanced Usage / Saving files / Save a modified file to a stream Save...

    docs.groupdocs.com/metadata/java/save-a-modifie...
  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. GroupDocs Newsletter July 2018 – Professional D...

    Share this issue: Monthly NewsletterJuly 2018 Merge Word, PDF, Excel & PowerPoint Documents in .NET Join Multiple Documents of Same File Format into One GroupDocs.Merger for .NET - A native document manipulation API allowing to split, append, join, remove, reorder and combine pages of popular business documents formats into one. You can also manage document protection by setting up or removing passwords. Company News GroupDocs Consulting Partners Program GroupDocs has recently started consulting partners program to provide professional consultancy services, implementation and unique solutions to help GroupDocs API users develop customized solutions according to the business needs....Join Multiple Documents of Same File Format into One GroupDocs.Merger...latest version introduces new file formats (PNG, JPG, BMP and email)...

    blog.groupdocs.com/total/groupdocs-newsletter-j...
  6. Save a modified file to a stream | GroupDocs

    This article shows how to save a File to the specified stream in Java...Signature Product Solution GroupDocs...Advanced Usage / Saving files / Save a modified file to a stream Save...

    docs.groupdocs.com/metadata/nodejs-java/save-a-...
  7. How to edit XML file | GroupDocs

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

    docs.groupdocs.com/editor/java/how-to-edit-xml/
  8. Saving a File to an Output Stream | GroupDocs

    This article demonstrates how to convert a File and save it as a stream using GroupDocs.Conversion for Java API....Signature Product Solution GroupDocs.../ Saving a File to an Output Stream Saving a File to an Output...

    docs.groupdocs.com/conversion/java/save-file-to...
  9. How to edit e-Book file | GroupDocs

    This article demonstrates how to edit e-Book Files using C# programming language....Signature Product Solution GroupDocs...How to edit e-Book file How to edit e-Book file Leave feedback On...

    docs.groupdocs.com/editor/net/how-to-edit-ebook/
  10. 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....Signature Product Solution GroupDocs...and extract some additional file format information. a PDF document...

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