Sort Score
Result 10 results
Languages All
Labels All
Results 411 - 420 of 11,626 for

new

(0.08 sec)
  1. Logging | GroupDocs

    Logging when converting documents with GroupDocs.Conversion for Java...Consulting Blog Knowledge Base New Releases Status Websites aspose...instance ConsoleLogger logger = new ConsoleLogger (); // Configure...

    docs.groupdocs.com/conversion/java/logging/
  2. Explicit Font Substitution is Supported in Grou...

    GroupDocs.Conversion for .NET 18.7 comes with some New features and a bug fix. EmailOptions can be defined in any SaveOptions class such as PdfSaveOptions or CellsSaveOptions. Moreover, API supports explicit font substitution when converting from Word, Cell and Presentation documents. Please refer to GroupDocs.Conversion for .NET 18.7 release notes for further reference. We’d recommend you to integrate latest version of the API in your application and share your feedback....7 comes with some new features and a bug fix. EmailOptions...document. var loadOptions = new CellsLoadOptions(); loadOptions...

    blog.groupdocs.com/conversion/explicit-font-sub...
  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. Iterative Digital signing of the PDF document |...

    This article explains how to iteratively sign a PDF document with multiple digital certificates using advanced options with GroupDocs.Signature API....Consulting Blog Knowledge Base New Releases Status Websites aspose...documents will be saved. Create a new instance of the class and pass...

    docs.groupdocs.com/signature/net/iterative-digi...
  5. Render PowerPoint presentations as HTML, PDF, a...

    This topic describes how to use the GroupDocs.Viewer .NET API (C#) to convert PowerPoint presentations to HTML, PDF, PNG, and JPEG formats....Consulting Blog Knowledge Base New Releases Status Websites aspose...// ... using ( var viewer = new Viewer ( "sample.pptx" )) { //...

    docs.groupdocs.com/viewer/net/render-presentati...
  6. Load TXT document with options | GroupDocs

    Learn this article and check how to load and convert text files with advanced options using GroupDocs.Conversion for Java API....Consulting Blog Knowledge Base New Releases Status Websites aspose...processed: const loadOptions = new groupdocs . conversion . TxtLoadOptions...

    docs.groupdocs.com/conversion/nodejs-java/load-...
  7. Rasterize document or page | GroupDocs

    The watermark can be removed from the PDF documents using third-party tools. However, if you want to remove a watermark that is almost impossible to remove, you can rasterize pdf documents. GroupDocs.Watermark provides the feature to convert all the pages of a PDF document to raster images with only one line of code....Consulting Blog Knowledge Base New Releases Status Websites aspose...PdfLoadOptions loadOptions = new PdfLoadOptions (); // Specify...

    docs.groupdocs.com/watermark/net/rasterize-docu...
  8. 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...
  9. 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...
  10. Working with IPTC IIM metadata | GroupDocs

    This article shows how to access IPTC metadata in a file of any supported format....Consulting Blog Knowledge Base New Releases Status Websites aspose...international exchange of news among newspapers and news agencies. But nowadays...

    docs.groupdocs.com/metadata/net/working-with-ip...