Sort Score
Result 10 results
Languages All
Labels All
Results 3,191 - 3,200 of 10,806 for

new

(0.07 sec)
  1. Saving signed documents with different formats ...

    This section explains how to save document with various file formats....Consulting Blog Knowledge Base New Releases Status Websites aspose...

    docs.groupdocs.com/signature/net/saving-signed-...
  2. groupDocs.Parser.GetDocumentInfo() taking very ...

    Hi, I have a .pdf document only 1 page long. When calling GetDocumentInfo() on the parser created with the stream of this document it takes at least 5 minutes to do this. This makes the whole implementation very ineffic…...you have): var loadOptions = new PdfLoadOptions { RenderPageLimit...EnableFontSubstituti = false }; var parser = new Parser("path/to/file.pdf", loadOptions);...

    forum.groupdocs.com/t/groupdocs-parser-getdocum...
  3. Password Protect PDF Files in Java | Lock Unloc...

    Learn to lock & unlock PDF files with password protection in Java. Change the current password, or remove it within Java applications....Let’s change the password to a new one. The following steps change...the update options using the new password. Load the PDF document...

    blog.groupdocs.com/merger/password-protect-pdf-...
  4. Chart Series Coloring in Presentation Document ...

    Note This feature is supported by version 18.5 or greater. Note The code uses some of the objects defined in The Business Layer. Chart Series Coloring in Presentation Document Creating a Column Chart Practising the following steps, you can insert a Column Chart in MS PowerPoint 2013: Create a New presentation slide Click the “Insert” tab, and then click “Chart” in the illustrations group to open the “Insert Chart” dialog box Select “Column” in the sidebar, you will see a gallery of charts Select the “100% Stacked Column” and press “OK” to insert the chart and Worksheet template to your document Edit the Worksheet with your data to update the chart....Consulting Blog Knowledge Base New Releases Status Websites aspose...MS PowerPoint 2013: Create a new presentation slide Click the...

    docs.groupdocs.com/assembly/net/chart-series-co...
  5. Extract data from attachments and ZIP archives ...

    This article shows how to extract data (text, images, PDF forms) from ZIP-archived documents with GroupDocs.Parser....Consulting Blog Knowledge Base New Releases Status Websites aspose...class using ( Parser parser = new Parser ( filePath )) { // Extract...

    docs.groupdocs.com/parser/net/extract-data-from...
  6. Find metadata properties | Documentation

    This article explains that how you can easily search metadata and extract desired metadata properties from PDF, DOCX, PPTX, XLSX, images, audio, video and many other files of different types in your .NET solution....Consulting Blog Knowledge Base New Releases Status Websites aspose...using ( Metadata metadata = new Metadata ( Constants . InputPptx...

    docs.groupdocs.com/metadata/net/find-metadata-p...
  7. Working with Metadata in ASF Files | Documentation

    Working with metadata in ASF files Reading ASF format-specific properties The GroupDocs.Metadata API supports extracting format-specific information from ASF files. The following are the steps to read native ASF metadata. Load an ASF video Get the root metadata package Extract the native metadata package using AsfRootPackage.AsfPackage Read the ASF metadata properties AdvancedUsage.ManagingMetadataForSpecificFormats.Video.Asf.AsfReadNativeMetadataProperties using (Metadata metadata = New Metadata(Constants.InputAsf)) { var root = metadata.GetRootPackage(); var package = root.AsfPackage; // Display basic properties Console....Consulting Blog Knowledge Base New Releases Status Websites aspose...using ( Metadata metadata = new Metadata ( Constants . InputAsf...

    docs.groupdocs.com/metadata/net/working-with-me...
  8. Compare OneNote with Tables in GroupDocs.Compar...

    We are pleased to announce another monthly release of GroupDocs.Comparison for .NET 17.12. This release covers 2 New features, some improvements and bug fixes. API allows comparison of PDF documents with hyperlinks in the content and tables comparison for OneNote documents. Aside these features, count of changes on summary page is improved. We’d recommend you to download latest version of the API and share your document comparison experience. Document Conversion API for .... This release covers 2 new features, some improvements and...

    blog.groupdocs.com/comparison/compare-onenote-t...
  9. Pagination information is lost when editor save...

    Licensing-Agreement.docx (43.0 KB) If we save document using java editor api of groupdocs. it lost pagination information whether in header or footer. Please check attached document We used editor 24.9 (which is latest…...We have opened the following new ticket(s) in our internal issue...

    forum.groupdocs.com/t/pagination-information-is...
  10. Basic Usage | Documentation

    Quick Start section for GroupDocs.Metadata API Manage metadata in your documents fast and easy with our intuitive and powerful API just with a few lines of code. Let’s review common usage scenarios when documents are stored in a local drive and you want to manage them using GroupDocs.Metadata API....Consulting Blog Knowledge Base New Releases Status Websites aspose...

    docs.groupdocs.com/metadata/node-jsjava/basic-u...