Sort Score
Result 10 results
Languages All
Labels All
Results 321 - 330 of 12,278 for

new

(0.18 sec)
  1. Reduce image quality | GroupDocs

    This topic describes how to compress images in PDF file using the GroupDocs.Viewer .NET API (C#)....Consulting Blog Knowledge Base New Releases Status Websites aspose...// ... using ( var viewer = new Viewer ( "sample.docx" )) { PdfViewOptions...

    docs.groupdocs.com/viewer/net/optimization-pdf-...
  2. Load Presentation document with options | Group...

    Learn this article and check how to load and convert Microsoft PowerPoint documents with advanced options using GroupDocs.Conversion for .NET API....Consulting Blog Knowledge Base New Releases Status Websites aspose...getLoadOptions = loadContext => new PresentationLoadOpti { HideComments...

    docs.groupdocs.com/conversion/net/load-presenta...
  3. Save in original format | GroupDocs

    The following example demonstrates how to save file in its original format with current date as a suffix: final Redactor redactor = New Redactor("sample.docx"); try { // Here we can use document instance to perform redactions redactor.apply(New ExactPhraseRedaction("John Doe", New ReplacementOptions("[personal]"))); SaveOptions saveOptions = New SaveOptions(); saveOptions.setAddSuffix(true); saveOptions.setRasterizeToPDF(false); saveOptions.setRedactedFileSuffix(New SimpleDateFormat("dd-MM-yyyy").format(New Date())); // Saving in original format with date as DateTime.getNow().toShortDateString()a suffix redactor.save(saveOptions); } finally { redactor.close(); }...Consulting Blog Knowledge Base New Releases Status Websites aspose...suffix: final Redactor redactor = new Redactor ( "sample.docx" ); try...

    docs.groupdocs.com/redaction/java/save-in-origi...
  4. Implement custom serialization with Metadata si...

    This article explains how to implement custom serialization for Metadata electronic signatures....Consulting Blog Knowledge Base New Releases Status Websites aspose...class as not serialize Create new instance of class and pass source...

    docs.groupdocs.com/signature/java/implement-cus...
  5. Context Objects - Complete Guide | GroupDocs

    Learn how to use Context Objects in GroupDocs.Conversion for .NET v24.10+. Context objects are foundational to all delegate-based patterns....Consulting Blog Knowledge Base New Releases Status Websites aspose...Example using ( var converter = new Converter ( "invoice-2024.pdf"...

    docs.groupdocs.com/conversion/net/context-objec...
  6. Convert to XPS, SVG and OTS formats with GroupD...

    We as GroupDocs team is excited to announce another monthly release of GroupDocs.Conversion for .NET v17.1.0. In this release New file format “XPS, SVG and OTS” are added in supported file format list. Monthly release of Document Conversion API is adding New features like " Metered licensing and conversion to gray-scale image". Also introducing some improvements like “memory handling on save and Improved output file name if converting from/to page” along with other four fixes.... In this release new file format “ XPS, SVG and OTS...Document Conversion API is adding new features like " Metered licensing...

    blog.groupdocs.com/conversion/convert-xps-svg-o...
  7. GroupDocs.Signature for .NET 25.12 – 最新更新與修復(20...

    探索 GroupDocs.Signature for .NET 25.12 的新功能。現在可在 NuGet 與 GroupDocs 官方網站上取得。...using (Signature signature = new Signature(inputFile)) { ImageDigitalSignOpti...ImageDigitalSignOpti signOptions = new ImageDigitalSignOpti { Password...

    blog.groupdocs.com/zh-hant/signature/groupdocs-...
  8. Add replies to annotation | GroupDocs

    The page describes how to add annotation replies when collaborate over document using GroupDocs.Annotation for .NET API....Consulting Blog Knowledge Base New Releases Status Websites aspose...annotator = new Annotator ( "input.pdf" )) { User user1 = new User {...

    docs.groupdocs.com/annotation/net/add-replies-t...
  9. GroupDocs.Conversion for .NET 25.11 – Latest Up...

    Explore what’s New in GroupDocs.Conversion for .NET 25.11. Available now on NuGet and GroupDocs website....of Contents What’s new in this release New features Public API...major features, introduces a new public API property, and resolves...

    blog.groupdocs.com/conversion/groupdocs-convers...
  10. Specify spreadsheet rendering options | GroupDocs

    This topic describes how to use the GroupDocs.Viewer Java API to specify various options for rendering spreadsheet files to HTML, PDF, and image formats....Consulting Blog Knowledge Base New Releases Status Websites aspose...// ... try ( Viewer viewer = new Viewer ( "invoice.xlsx" )) {...

    docs.groupdocs.com/viewer/java/specify-renderin...