Sort Score
Result 10 results
Languages All
Labels All
Results 221 - 230 of 11,597 for

new

(0.04 sec)
  1. Set up logging | GroupDocs

    This article explains how to set up logging when processing a document with GroupDocs.Signature within your .NET applications....Consulting Blog Knowledge Base New Releases Status Websites aspose...file FileLogger fileLogger = new FileLogger ( "output.log" );...

    docs.groupdocs.com/signature/net/how-to-set-up-...
  2. Filtering annotations by type on saving documen...

    This page describes how to filter annotation by type on saving file using GroupDocs.Annotation for Java API....Consulting Blog Knowledge Base New Releases Status Websites aspose...class Annotator annotator = new Annotator(Constants.ANNOTATED_BIG);...

    docs.groupdocs.com/annotation/java/filtering-an...
  3. 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...TxtLoadOptions loadOptions = new TxtLoadOptions (); loadOptions...

    docs.groupdocs.com/conversion/java/load-txt-doc...
  4. Optimize a PDF file for a browser | GroupDocs

    This topic describes how to optimize PDF file using the GroupDocs.Viewer .NET API (C#) for web browser or to reduce size....Consulting Blog Knowledge Base New Releases Status Websites aspose...// ... using ( var viewer = new Viewer ( "sample.docx" )) { PdfViewOptions...

    docs.groupdocs.com/viewer/net/optimization-pdf-...
  5. Add watermarks to PDF documents | GroupDocs

    The watermarking Java API allows you to add watermarks to PDF documents. Adding watermarks to a particular page or adding watermarks on all images or attachments of a particular page is possible....Consulting Blog Knowledge Base New Releases Status Websites aspose...PdfLoadOptions loadOptions = new PdfLoadOptions (); // Specify...

    docs.groupdocs.com/watermark/java/add-watermark...
  6. Unable to set margins when converting .eml to ....

    I use the code below to convert .eml files to .pdf. However, setting the margins using options.setMarginBottom(12), options.setMarginTop(12), options.setMarginLeft(12), and options.setMarginRight(12) no long…...Converter converter = new Converter(()->new ByteArrayInputStream(contents)...ByteArrayInputStream(contents), new DefaultLoadOptionsPr()); ByteArrayOutputStrea...

    forum.groupdocs.com/t/unable-to-set-margins-whe...
  7. Load finance document with options | GroupDocs

    Learn how to load and convert finance documents (XBRL, iXBRL) with advanced options using GroupDocs.Conversion for .NET API....Consulting Blog Knowledge Base New Releases Status Websites aspose...getLoadOptions = loadContext => new FinanceLoadOptions { Format =...

    docs.groupdocs.com/conversion/net/load-finance-...
  8. Change Page Orientation using GroupDocs.Merger ...

    We are pleased to announce GroupDocs.Merger for Java 18.12 with many New features. This latest release provides the ability to change page orientation along with a feature to rotate pages in the document. Furthermore, you can also get a list of all the formats supported by the API. Please check GroupDocs.Merger for Java 18.12 release notes for further reference. Features Change Page OrientationNew method changeOrientation let you change page orientation (portrait, landscape) for pages in the document....12 with many new features. This latest release...document. # DocumentResult result = new DocumentHandler().changeOrie...

    blog.groupdocs.com/merger/groupdocs.merger-for-...
  9. Working with metadata in EPUB e-books | GroupDocs

    What is EPUB? EPUB is an e-book file format that uses the “.epub” file extension. EPUB is supported by many e-readers, and compatible software is available for most smartphones, tablets, and computers. Note Please find more information on the format at https://en.wikipedia.org/wiki/EPUB Reading EPUB format-specific properties The GroupDocs.Metadata API supports extracting format-specific information from EPUB files. The following are the steps to read native EPUB metadata. Load an EPUB file Get the root metadata package Extract the native metadata package using the EpubRootPackage....Consulting Blog Knowledge Base New Releases Status Websites aspose...EpubReadNativeMetada try ( Metadata metadata = new Metadata ( Constants . InputEpub...

    docs.groupdocs.com/metadata/java/working-with-m...
  10. 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...