Sort Score
Result 10 results
Languages All
Labels All
Results 951 - 960 of 12,327 for

new

(0.26 sec)
  1. Save with default options | GroupDocs

    The simplest way to save the document is it provide no parameters to Save method. In this case the document will be rasterized to PDF and will have the same name as the original one except its extension (.PDF). The PDF file will be overwritten. The following example demonstrates usage of Save() method with default options. final Redactor redactor = New Redactor("sample.docx"); try { // Here we can use document instance to perform redactions redactor....Consulting Blog Knowledge Base New Releases Status Websites aspose...options. final Redactor redactor = new Redactor ( "sample.docx" ); try...

    docs.groupdocs.com/redaction/java/save-with-def...
  2. Set image resolution | GroupDocs

    This topic describes how to set image resolution in PDF file using the GroupDocs.Viewer Java API....Consulting Blog Knowledge Base New Releases Status Websites aspose...file: Java try ( Viewer viewer = new Viewer ( "sample.docx" )) { PdfViewOptions...

    docs.groupdocs.com/viewer/java/optimization-pdf...
  3. Subset fonts | GroupDocs

    This topic describes how to subset fonts in PDF file using the GroupDocs.Viewer Java API....Consulting Blog Knowledge Base New Releases Status Websites aspose...file: Java try ( Viewer viewer = new Viewer ( "sample.docx" )) { PdfViewOptions...

    docs.groupdocs.com/viewer/java/optimization-pdf...
  4. Setting author of changes | GroupDocs

    This article explains how to set author of changes name in the resulting document in GroupDocs.Comparison for Java....Consulting Blog Knowledge Base New Releases Status Websites aspose.... try ( Comparer comparer = new Comparer ( "source.docx" )) {...

    docs.groupdocs.com/comparison/java/setting-auth...
  5. Use Custom Objects as Metadata Signature in Wor...

    Guys! We have recently released version 19.5 of GroupDocs.Signature for .NET with some extended features, a few bug fixes, and improvements. So in this post, I am going to give you a brief overview of the New features that we have introduced in the latest release. Furthermore, I shall also list the issues that are fixed as well as the improvements that we have made in v19.5. First of all, let’s checkout what New the latest release has brought for you....you a brief overview of the new features that we have introduced...of all, let’s checkout what new the latest release has brought...

    blog.groupdocs.com/signature/use-custom-objects...
  6. Work with Blended Characters using GroupDocs.Se...

    We are delighted to announce the monthly release of GroupDocs.Search for .NET 18.12. Using the latest version, you can now index and search blended characters and perform a wildcard search. We would recommend you to install and use the latest version of the API. Features Following are the New features introduced in the latest version: Blended Characters Search GroupDocs.Search for .NET API 18.12 introduces a New class of characters - blended....Features # Following are the new features introduced in the latest....NET API 18.12 introduces a new class of characters - blended...

    blog.groupdocs.com/search/work-with-blended-cha...
  7. Sign VBA macroses with Digital signature | Grou...

    This article explains how to e-sign VBA macros in the excel document using .Net C# with GroupDocs.Signature API....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-vba-macro...
  8. How to save document with password | GroupDocs

    This article explains how to save document with password protection....Consulting Blog Knowledge Base New Releases Status Websites aspose...with password with : Create new instance of class and pass source...

    docs.groupdocs.com/signature/net/save-signed-do...
  9. Save signed Pdf with different output file type...

    This article explains how to save signed PDF document with various file formats by GroupDocs.Signature API....Consulting Blog Knowledge Base New Releases Status Websites aspose...different output type with : Create new instance of class and pass source...

    docs.groupdocs.com/signature/java/save-signed-p...
  10. Update index | GroupDocs

    This article explains that how to update indexed documents, as well as updating an index version....Consulting Blog Knowledge Base New Releases Status Websites aspose...specified folder Index index = new Index ( indexFolder ); // Indexing...

    docs.groupdocs.com/search/net/update-index/