Sort Score
Result 10 results
Languages All
Labels All
Results 281 - 290 of 10,378 for

new

(0.09 sec)
  1. Migration Notes | Documentation

    Why To Migrate? Here are the main reasons for using the New updated API provided by GroupDocs.Search for Java from version 19.10: Unified work with some similar entities to increase the intuitiveness of using API. The architecture of the product has been revised and optimized, so that some functions will work faster. Some entities have been renamed to improve code readability. The changes made to the API are not too significant, so the migration will not be too difficult....Consulting Blog Knowledge Base New Releases Status Websites aspose...the main reasons for using the new updated API provided by GroupDocs...

    docs.groupdocs.com/search/java/migration-notes/
  2. Accept or Reject detected changes | Documentation

    Following this guide you will learn how to apply or discard changes detected during document comparison process using GroupDocs.Comparison for .NET API....Consulting Blog Knowledge Base New Releases Status Websites aspose...using ( Comparer comparer = new Comparer ( "source.docx" )) {...

    docs.groupdocs.com/comparison/net/accept-or-rej...
  3. Font Substitution not working as expected - Fre...

    Hi, We are trying to provide few font substitutes during PDF conversion, but even after providing the font files the PDF is generated using “Dejavu Sans”. Code snippet: public byte[] generatePdfUsingGroupDocs(byte[] co…...List<String> customFontDirectoryP = new ArrayList<>(); customFontDirectoryP...customFontsFolderNam; File directory = new File(customFontsDirectory); File[]...

    forum.groupdocs.com/t/font-substitution-not-wor...
  4. Sign document with ordering the signatures | Do...

    This article shows how to create electronic signatures with specific ordering on the document page...Consulting Blog Knowledge Base New Releases Status Websites aspose...groupdocs.signature: Create a new instance of class and pass the...

    docs.groupdocs.com/signature/java/sign-document...
  5. Performance Inquiry: High Memory Usage and Long...

    Dear GroupDocs Support Team, I hope this message finds you well. I am writing to share feedback regarding the performance of GroupDocs.Watermark for .NET (v24.7.0) when processing large TIFF image files and to kindly re…...GroupDocsWatermarkBe() { ParamList = new List<Input>(); string resourcesDir...DirectoryInfo diResources = new DirectoryInfo(resourcesDir);...

    forum.groupdocs.com/t/performance-inquiry-high-...
  6. Load document | Documentation

    Following this guide you will learn how to load document from local disk or file stream for editing with GroupDocs.Editor for Java API....Consulting Blog Knowledge Base New Releases Status Websites aspose...some document Editor editor = new Editor ( inputFilePath ); //through...

    docs.groupdocs.com/editor/java/load-document/
  7. Sign documents with additional image adjustment...

     This article explains how to use different image adjustment with electronic signatures on document page....Consulting Blog Knowledge Base New Releases Status Websites aspose...GroupDocs.Signature: Create new instance of class and pass source...

    docs.groupdocs.com/signature/net/sign-documents...
  8. Redaction basics | Documentation

    This article shows that how C# developers can apply metadata, image, annotation and text redaction in their documents. Wide range of document formats is supported, such as, PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX and others....Consulting Blog Knowledge Base New Releases Status Websites aspose...using ( Redactor redactor = new Redactor ( "sample.docx" )) {...

    docs.groupdocs.com/redaction/net/redaction-basics/
  9. Add underline annotation | Documentation

    The page describes how to add an underline annotation to a document using GroupDocs.Annotation for .NET....Consulting Blog Knowledge Base New Releases Status Websites aspose...using ( Annotator annotator = new Annotator ( "input.pdf" )) {...

    docs.groupdocs.com/annotation/net/add-underline...
  10. Add replacement annotation | Documentation

    The page describes how to add replacement annotation to a document using GroupDocs.Annotation for .NET....Consulting Blog Knowledge Base New Releases Status Websites aspose...using ( Annotator annotator = new Annotator ( "input.pdf" )) {...

    docs.groupdocs.com/annotation/net/add-replaceme...