Sort Score
Result 10 results
Languages All
Labels All
Results 371 - 380 of 10,115 for

new

(0.09 sec)
  1. Support of Setting Output Page Size when Render...

    We have released version 18.5 of GroupDocs.Viewer for .NET with a couple of New features as well as 12 improvements and bug fixes. The latest version includes the feature of setting output page size when rendering email messages as image and PDF. Furthermore, you can now change the field labels in the header of the email messages. The feature of rendering password protected documents has also been extended for ODT and OTT formats....NET with a couple of new features as well as 12 improvements...formats. Below is the list of new features, improvements, and fixes...

    blog.groupdocs.com/viewer/support-of-setting-ou...
  2. Use Aspose.OCR for Cloud SDK | Documentation

    This article explains that how to use Aspose.OCR for Cloud SDK....Consulting Blog Knowledge Base New Releases Status Websites aspose...AsposeOCRForCloudCon () { configuration = new Configuration (); configuration...

    docs.groupdocs.com/redaction/net/use-aspose-ocr...
  3. Convert each email attachment to different form...

    Follow this guide and learn how to convert email attachments to different format based on attachment type using GroupDocs.Conversion for .Java....Consulting Blog Knowledge Base New Releases Status Websites aspose...EmailLoadOptions emailOpt = new EmailLoadOptions (); emailOpt...

    docs.groupdocs.com/conversion/java/convert-each...
  4. Logging | Documentation

    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/
  5. 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-...
  6. Get Document Metadata without Editing in C#

    We have added a lot of New options and features in this major release/update of GroupDocs.Editor for .NET 19.9. All public methods/classes have been moved to Legacy namespace and they are marked as obsolete. Now, when you update to this latest version, it is required to make project-wide replacement of namespace usages from GroupDocs.Editor. to GroupDocs.Editor.Legacy to resolve build issues. Access release notes here. Why to migrate? Editor class introduced as a single entry point to manage the document editing process to any supported file format (instead of EditorHander class from previous versions) Architecture is redesigned to decrease memory usage Simplified document editing and saving options See difference in code...We have added a lot of new options and features in this major...much in the new version What’s new? We have added a new GetDocumentInfo...

    blog.groupdocs.com/editor/get-document-metadata...
  7. Add text or image watermark | Documentation

    This article shows how to add watermark and save resultant document. It is capable to add watermark to image or documents....Consulting Blog Knowledge Base New Releases Status Websites aspose...(line 9); the document to the new file (line 10). the watermarker...

    docs.groupdocs.com/watermark/java/add-text-or-i...
  8. Load TXT document with options | Documentation

    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-...
  9. Rasterize document or page | Documentation

    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...
  10. Optimize the PDF file by removing unused resour...

    This topic describes how to optimize PDF file using the GroupDocs.Viewer .NET API (C#) by removing the unused (orphaned) resources and thus to reduce the file size....Consulting Blog Knowledge Base New Releases Status Websites aspose...such unused resources using wo new public properties of the boolean...

    docs.groupdocs.com/viewer/net/optimization-pdf-...