Sort Score
Result 10 results
Languages All
Labels All
Results 151 - 160 of 10,664 for

new

(0.03 sec)
  1. Reduce image quality | Documentation

    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 CAD document with options | Documentation

    Learn this article and check how to load and convert CAD documents with advanced options using GroupDocs.Conversion for .NET API....Consulting Blog Knowledge Base New Releases Status Websites aspose...loadContext => new CadLoadOptions { LayoutNames = new []{ "Layout1"...

    docs.groupdocs.com/conversion/net/load-cad-docu...
  3. 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...
  4. Sign document with Form Field signature - advan...

     This article explains how to sign document with Form field electronic signatures using advanced options 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-document-...
  5. GroupDocs.Conversion for .NET 25.10 – Latest Up...

    Explore what’s New in GroupDocs.Conversion for .NET 25.10. Available now on NuGet and GroupDocs website....refactor Table of Contents What’s new in this release API Refactoring...Settings (Breaking Changes) New helper classes Migration guide...

    blog.groupdocs.com/conversion/groupdocs-convers...
  6. Add watermarks to word processing documents | D...

    GroupDocs.Watermark API allows you to add watermark in headers and footers of the page....Consulting Blog Knowledge Base New Releases Status Websites aspose...WordProcessingLoadOp loadOptions = new WordProcessingLoadOp (); // Specify...

    docs.groupdocs.com/watermark/net/add-watermarks...
  7. 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...
  8. Specify spreadsheet rendering options | Documen...

    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...
  9. Working with slide backgrounds | Documentation

    Extracting information about all slide backgrounds The API allows you to extract information about all the slide backgrounds in a PowerPoint document as shown in the following code sample using method getBackgroundImage() of PresentationSlide.getImageFillFormat(). advanced_usage.add_watermarks_to_presentations.PresentationGetSlideBackgroundsInformation PresentationLoadOptions loadOptions = New PresentationLoadOptions(); // Specify an absolute or relative path to your document. Ex: "C:\\Docs\\presentation.pptx" Watermarker watermarker = New Watermarker("presentation.pptx", loadOptions); PresentationContent content = watermarker.getContent(PresentationContent.class); for (PresentationSlide slide : content.getSlides()) { if (slide....Consulting Blog Knowledge Base New Releases Status Websites aspose...PresentationLoadOpti loadOptions = new PresentationLoadOpti (); // Specify...

    docs.groupdocs.com/watermark/java/working-with-...
  10. Convert to PDF with advanced options | Document...

    Follow this guide and learn how a file convert to pdf with height, width, DPI, margins and other customizations using GroupDocs.Conversion for .NET....Consulting Blog Knowledge Base New Releases Status Websites aspose...using ( Converter converter = new Converter ( "sample.docx" ))...

    docs.groupdocs.com/conversion/net/convert-to-pd...