Sort Score
Result 10 results
Languages All
Labels All
Results 921 - 930 of 10,666 for

new

(0.04 sec)
  1. Working with ZIP archives | Documentation

    Get ZIP format metadata The API allows detecting ZIP archives and reading format metadata. The following steps are needed to be followed: Load a ZIP archive Get the root metadata package Extract the native metadata package using the ZipRootPackage.getZipPackage method Read the ZIP archive properties Loop through ZipPackage.getFiles to extract information about the archived files The following code snippet shows how to get metadata from a ZIP archive. advanced_usage.managing_metadata_for_specific_formats.archive.ZipReadNativeMetadataProperties...Consulting Blog Knowledge Base New Releases Status Websites aspose...); try ( Metadata metadata = new Metadata ( Constants . InputZip...

    docs.groupdocs.com/metadata/java/working-with-z...
  2. Synonym dictionary | Documentation

    This article gives the knowledge of the API methods which can be used to perform operations about Synonym dictionary....Consulting Blog Knowledge Base New Releases Status Websites aspose...specified folder Index index = new Index ( indexFolder ); // Getting...

    docs.groupdocs.com/search/net/synonym-dictionary/
  3. Save to Stream | Documentation

    This article demonstrates that how to save a document to any custom file at any location on the local disc or a even a Stream...Consulting Blog Knowledge Base New Releases Status Websites aspose...using ( Redactor redactor = new Redactor ( @"sample.docx" ))...

    docs.groupdocs.com/redaction/net/save-to-stream/
  4. Render to PNG or JPEG | Documentation

    With GroupDocs.Viewer for Java you can render documents to PNG and JPEG formats....Consulting Blog Knowledge Base New Releases Status Websites aspose...// ... try ( Viewer viewer = new Viewer ( "sample.docx" )) { PngViewOptions...

    docs.groupdocs.com/viewer/java/rendering-to-png...
  5. Get a list of changes | Documentation

    This article explains how to get a collection of changes between compared documents when using GroupDocs.Comparison for Node.js via Java....Consulting Blog Knowledge Base New Releases Status Websites aspose...local disk const comparer = new groupdocs . comparison . Comparer...

    docs.groupdocs.com/comparison/nodejs-java/get-l...
  6. How to load document from FTP | Documentation

    This section explains how to load document from FTP with GroupDocs.Signature API....Consulting Blog Knowledge Base New Releases Status Websites aspose...using ( Signature signature = new Signature ( stream )) { QrCodeSignOptions...

    docs.groupdocs.com/signature/net/load-document-...
  7. Render archives as HTML, PDF, and image files (...

    This topic describes how to use the GroupDocs.Viewer Java API to convert archive files to HTML, PDF, PNG, and JPEG formats....Consulting Blog Knowledge Base New Releases Status Websites aspose...// ... try ( Viewer viewer = new Viewer ( "Documents.zip" )) {...

    docs.groupdocs.com/viewer/java/old-render-archi...
  8. How to generate QR Code and sign document using...

    This guide describes how to improve your document with generated QR code using C#. Sign your documents with a QR Code and various standard QR code elements like Event QR Code, contact QR Code as VCard or MeCard, SEPA payment QR Code using GroupDocs.Signature .NET API by GroupDocs....Consulting Blog Knowledge Base New Releases Status Websites aspose...using ( Signature signature = new Signature ( @"source.pdf" ))...

    docs.groupdocs.com/signature/net/how-to-generat...
  9. Load Document | Documentation

    Following this guide, you will learn how to load a document from the local disk or file stream for editing with GroupDocs.Editor for Node.js via Java API....Consulting Blog Knowledge Base New Releases Status Websites aspose...some document const editor = new groupdocsEditor . Editor ( inputFilePath...

    docs.groupdocs.com/editor/nodejs-java/load-docu...
  10. Adding class name to input controls | Documenta...

    Follow this guide and learn how to edit Word documents that contain input controls like buttons, textboxes, check-boxes, combo-boxes, input fields, dropdown lists, radio-buttons, date/time pickers etc. using GroupDocs.Editor for .NET API features....Consulting Blog Knowledge Base New Releases Status Websites aspose...WordProcessingEditOp editOptions = new WordProcessingEditOp (); editOptions...

    docs.groupdocs.com/editor/net/adding-class-name...