Sort Score
Result 10 results
Languages All
Labels All
Results 2,121 - 2,130 of 10,672 for

new

(0.05 sec)
  1. Merged PDF documents missing Accessibility stan...

    Hi Team, We are using: import com.groupdocs.merger.Merger; import com.groupdocs.merger.domain.options.JoinOptions; with below code ref to merge two pdf documents: Map<String, String> map1 = null; ByteArrayO…...resulting document: Merger merger = new Merger(firstPdfInputStream);...now available. It includes a new feature — Automatically create...

    forum.groupdocs.com/t/merged-pdf-documents-miss...
  2. Getting Started | Documentation

    This section decsribes how to get started with GroupDocs.Merger for Python via .NET library...Consulting Blog Knowledge Base New Releases Status Websites aspose...Merger fundamentals. For users new to GroupDocs.Merger, this is...

    docs.groupdocs.com/merger/python-net/getting-st...
  3. Generating page preview for WordProcessing docu...

    This article describes how to generate a preview for any page for the existing WordProcessing document in SVG format using the GroupDocs.Editor...Consulting Blog Knowledge Base New Releases Status Websites aspose...the obtained struct invoke a new instance method and in this method...

    docs.groupdocs.com/editor/net/generating-page-p...
  4. Licensing and Subscription | Documentation

    Free evaluation version simply becomes licensed when you set the license. You can set the license in a number of ways that described in the next sections of this article....Consulting Blog Knowledge Base New Releases Status Websites aspose...Setup license. License license = new License (); license . SetLicense...

    docs.groupdocs.com/editor/net/licensing-and-sub...
  5. Boolean search | Documentation

    This article gives the knowledge of the boolean search definition which includes all boolean operators used for boolean search, and boolean query examples using Java....Consulting Blog Knowledge Base New Releases Status Websites aspose...specified folder const index = new groupdocs . search . Index (...

    docs.groupdocs.com/search/nodejs-java/boolean-s...
  6. Symbol font in Word is not reproduced in HTML o...

    We are using GroupDocs.Conversion to convert to HTML and PDF, but wherever the Symbol font is used in our docs, the output is an empty no-glyph-available box. The formulas with the Symbol chars in them are actually crit…...cache so the OS can see the new font RUN fc-cache -f -v Note:...(C# example) var conversion = new GroupDocs.Conversion.Conversion(sourcePath);...

    forum.groupdocs.com/t/symbol-font-in-word-is-no...
  7. Digital Signature - esign CSV documents | Group...

    Digital signature (eSignature) for CSV made easy with GroupDocs Signature. Create your electronic digital signatures and esign CSV documents for free!...Each line in a CSV file is a new record from the set of records...click [Add] button to create a new digital signature of the proper...

    products.groupdocs.app/signature/csv
  8. Merge pages in the arbitrary order | Documentation

    This article explains how to merge arbitrary pages from different documents into a single PDF, DOCX, Excel or PowerPoint document using GroupDocs.Merger for Java....Consulting Blog Knowledge Base New Releases Status Websites aspose..."c:\output\result.docx" ; Merger merger = new Merger ( filePath ); { merger...

    docs.groupdocs.com/merger/java/merge-pages-in-a...
  9. Sign document with Digital signature | Document...

    Learn about the benefits of using digital signatures to sign documents securely. Discover how to add programmatically digital signatures in C# with step-by-step instructions....Consulting Blog Knowledge Base New Releases Status Websites aspose...your .NET application. Create a new instance of the class and pass...

    docs.groupdocs.com/signature/net/sign-document-...
  10. How to Convert Files with GroupDocs PHP SDK

    This article explains the basics of using PHP SDK classes and methods. In this article I’ll use the Comparison API and show how to compare two documents from a GroupDocs account. Find information about others methods in the Swagger explorer. Requirements PHP 5.3 Apache ModRewrite PHP Curl extension PHP Sockets extension (php_sockets.dll) GroupDocs PHP SDK composer.phar (Download from http://getcomposer.org/download/ or use the included version) FatFree framework (https://github.com/bcosca/fatfree) Initial Installations Learn how to install the Fatfree framework from their Readme: https://github....it Sample1 so lets call the new sample Sample2 Here is code of...that looks like this: $signer = new GroupDocsRequestSign($privateKey);...

    blog.groupdocs.com/conversion/how-to-convert-fi...