Sort Score
Result 10 results
Languages All
Labels All
Results 1,211 - 1,220 of 10,042 for

new

(0.35 sec)
  1. Merge PDF files in Node.js - GroupDocs.Merger

    Discover how to merge PDF files programmatically in Node.js using GroupDocs.Merger for Node.js via Java, ensuring a smooth integration without relying on third-party software....inputFilePath ) { // Create a new Merger instance with the source...source PDF file const merger = new groupdocs . merger . Merger (...

    blog.groupdocs.com/merger/merge-pdf-in-nodejs/
  2. Extract text areas | Documentation

    This article explains that how to extract text areas from documents....Consulting Blog Knowledge Base New Releases Status Websites aspose...class using ( Parser parser = new Parser ( filePath )) { // Extract...

    docs.groupdocs.com/parser/net/extract-text-areas/
  3. Set image size limits | Documentation

    This article shows how to set image size limits when rendering image to PNG or JPEG...Consulting Blog Knowledge Base New Releases Status Websites aspose...// ... try ( Viewer viewer = new Viewer ( "sample.jpg" )) { JpgViewOptions...

    docs.groupdocs.com/viewer/java/set-image-size-l...
  4. How to merge JPG images using C# | Documentation

    Learn how to merge JPG image files, combine JPG image files into one file programmatically in C# language using GroupDocs.Merger for .NET library....Consulting Blog Knowledge Base New Releases Status Websites aspose...file using ( Merger merger = new Merger ( @"c:\sample1.jpg" ))...

    docs.groupdocs.com/merger/net/getting-started/u...
  5. eSign document with Image signature | Documenta...

    This article demonstrates how to add signature image on document page with GroupDocs.Signature....Consulting Blog Knowledge Base New Releases Status Websites aspose...on a document page: Create a new instance of the class and pass...

    docs.groupdocs.com/signature/net/esign-document...
  6. How to merge images to JPEG using Java | Docume...

    Learn how to merge images to JPEG file, combine images into one JPEG file programmatically in Java language using GroupDocs.Merger for Java library....Consulting Blog Knowledge Base New Releases Status Websites aspose...source image file Merger merger = new Merger ( "c:\sample1.jpeg" )...

    docs.groupdocs.com/merger/java/getting-started/...
  7. Load Markup document with options | Documentation

    Learn this article and check how to load and convert HTML documents with advanced options using GroupDocs.Conversion for Java API....Consulting Blog Knowledge Base New Releases Status Websites aspose...WebLoadOptions loadOptions = new WebLoadOptions (); loadOptions...

    docs.groupdocs.com/conversion/java/load-markup-...
  8. Edit PDF | Documentation

    This guide demonstrates how to edit content of PDF files like a common text documents using a GroupDocs.Editor for .NET....Consulting Blog Knowledge Base New Releases Status Websites aspose...PdfLoadOptions loadOptions = new PdfLoadOptions (); loadOptions...

    docs.groupdocs.com/editor/net/edit-pdf/
  9. Edit PowerPoint Presentations | Documentation

    This guide demonstrates how to edit PPT, PPTX, PPTM, PPSX, PPSM, POTX, POTM presentations with different settings and many other powerful features of GroupDocs.Editor for .NET....Consulting Blog Knowledge Base New Releases Status Websites aspose...another slide index, and obtain a new instance of class. Finally, when...

    docs.groupdocs.com/editor/net/edit-powerpoint/
  10. Enable Pagination in WordProcessing Module

    Yes, this is right. Paginal mode is now implemented in GroupDocs.Editor for .NET 19.5. How this mode will effect WordProcessing documents? As you know that previously, there was only float mode. When WordProcessing documents were converted to the page-less HTML, page division was absent. But in this release WordProcessing options class contains New paged (also called paginal) mode. When paged is enabled, it produces HTML markup, optimized and adjusted for per-page edit and it creates ease to enable paged editing in any of WYSIWYG-editors....WordProcessing options class contains new paged (also called paginal )...Metered Licensing. But now a new credits concept is implemented...

    blog.groupdocs.com/editor/enable-pagination-in-...