Sort Score
Result 10 results
Languages All
Labels All
Results 121 - 130 of 11,948 for

new

(0.19 sec)
  1. Migration Notes | GroupDocs

    Why to migrate? Here are the key reasons to use the New updated API provided by GroupDocs.Annotation for Java since version 19.8: The Annotator class introduced as a single entry point to manage the document annotating process to any supported file format (instead of AnnotationImageHandler class in previous versions). The overall rendering speed improved dramatically by saving rendered page as soon as it was rendered, not when all pages list were rendered....Consulting Blog Knowledge Base New Releases Status Websites aspose...are the key reasons to use the new updated API provided by GroupDocs...

    docs.groupdocs.com/annotation/java/migration-no...
  2. Convert to eBook with advanced options | GroupDocs

    Follow this guide and learn how to convert documents to eBook formats (EPUB, MOBI, AZW3) with page size, orientation, and other customizations using GroupDocs.Conversion for .NET....Consulting Blog Knowledge Base New Releases Status Websites aspose...converter = new Converter ( "document.pdf" )) { var options = new EBookConvertOptions...

    docs.groupdocs.com/conversion/net/convert-to-eb...
  3. Specify spreadsheet rendering options | GroupDocs

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

    docs.groupdocs.com/viewer/net/specify-rendering...
  4. Existing objects in Word document | GroupDocs

    This article explains how to remove shape of any type from any level of document structure while using GroupDocs watermarking Java API...Consulting Blog Knowledge Base New Releases Status Websites aspose...WordProcessingLoadOp loadOptions = new WordProcessingLoadOp (); // Specify...

    docs.groupdocs.com/watermark/java/existing-obje...
  5. Load Image Documents with Options | GroupDocs

    Learn how to use ImageLoadOptions to configure image document loading in GroupDocs.Conversion for .NET. Control format specification, font handling, and more....Consulting Blog Knowledge Base New Releases Status Websites aspose...ImageLoadOptions: using ( var converter = new Converter ( "product-photo.png"...

    docs.groupdocs.com/conversion/net/load-image-do...
  6. Insert Images Dynamically | GroupDocs

    Insert images into documents from file paths, URLs, or binary data sources during document assembly....Consulting Blog Knowledge Base New Releases Status Websites aspose...with image path var product = new Product { Name = "Laptop" , ImagePath...

    docs.groupdocs.com/assembly/net/basic-usage-gen...
  7. Generate Output in Same Format as Template | Gr...

    Save assembled documents in the same format as the template (e.g., DOCX to DOCX, XLSX to XLSX)....Consulting Blog Knowledge Base New Releases Status Websites aspose..."Invoice.docx" ; var invoiceData = new { CustomerName = "ABC Corp" ...

    docs.groupdocs.com/assembly/net/basic-usage-sam...
  8. Existing objects in diagram document | GroupDocs

    This article explains how to to find and remove watermarks of both types in Visio document....Consulting Blog Knowledge Base New Releases Status Websites aspose...DiagramLoadOptions loadOptions = new DiagramLoadOptions (); // Specify...

    docs.groupdocs.com/watermark/java/existing-obje...
  9. Migration Notes | GroupDocs

    How to migrate from earlier versions of GroupDocs.Merger for Java...Consulting Blog Knowledge Base New Releases Status Websites aspose...are the key reasons to use the new updated API provided by GroupDocs...

    docs.groupdocs.com/merger/java/migration-notes/
  10. XLSX comparison causes memory leak! - Free Supp...

    Using c# and latest version of Groupdocs Comparison, our service hangs on the Compare method using following files and code: using (MemoryStream sourceStream = New MemoryStream(sourcePdfFile)) { using (Comparer comp…...(MemoryStream sourceStream = new MemoryStream(sourcePdfFile))...{ using (Comparer comparer = new Comparer(sourceStream)) { using...

    forum.groupdocs.com/t/xlsx-comparison-causes-me...