Sort Score
Result 10 results
Languages All
Labels All
Results 851 - 860 of 12,637 for

new

(0.33 sec)
  1. Load document from URL | GroupDocs

    The page describes how to load PDF, Word, Excel, PowerPoint documents from URL using GroupDocs.Annotation for .NET....Consulting Blog Knowledge Base New Releases Status Websites aspose...using ( Annotator annotator = new Annotator ( GetRemoteFile ( url...

    docs.groupdocs.com/annotation/net/load-document...
  2. Sign document with Barcode signature and additi...

     This article explains how to sign document with Barcode electronic signatures using extended 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-...
  3. GroupDocs.Total for .NET 25.7 – Latest Updates ...

    Explore what’s New in GroupDocs.Total for .NET 25.7, including updated products, dependency enhancements, and Docker support. Available now on NuGet and GroupDocs website....Highlights Table of Contents What’s new in this release Fixes and enhancements...introduces new documentation on running inside Docker. What’s new in...

    blog.groupdocs.com/total/groupdocs-total-for-ne...
  4. Generated PDF Alignment is wrong - Free Support...

    I have generated PDF using a MS Word File. The alignment are not coming as same. It is an Urgent Issue. Please respond as soon as possible. Attached Word Document and Generated PDF GeneratedPDF.pdf (96.3 KB) TestTemp…...Create a File object File file = new File(filePath); String userHome...WordProcessingLoadOp loadOptions = new WordProcessingLoadOp(); // Below...

    forum.groupdocs.com/t/generated-pdf-alignment-i...
  5. Deleting worksheets from spreadsheet | GroupDocs

    This article describes the New feature of the GroupDocs.Editor for Java version 26.1 - deleting (removing) one or many worksheets from the loaded and edited spreadsheet (workbook) during its saving to the output format...Consulting Blog Knowledge Base New Releases Status Websites aspose...spreadsheets, but also to create new spreadsheets from scratch. And...

    docs.groupdocs.com/editor/java/deleting-workshe...
  6. Move page | GroupDocs

    This article demonstrates how to move document page to another position within PDF, Word, Excel, PowerPoint document using GroupDocs.Merger for Java API....Consulting Blog Knowledge Base New Releases Status Websites aspose...ordering by moving any page(s) to new position within a document. This...

    docs.groupdocs.com/merger/java/move-page/
  7. Save to stream | GroupDocs

    You might need to save a document to any custom file at any location on the local disc or a even a Stream. The following example demonstrates how to save a document to any location. final Redactor redactor = New Redactor("Sample.docx"); try { // Here we can use document instance to perform redactions RedactorChangeLog result = redactor.apply(New ExactPhraseRedaction("John Doe", New ReplacementOptions(java.awt.Color.RED))); if (result.getStatus() != RedactionStatus.Failed) { // Save the document to a custom location and convert its pages to images final FileOutputStream fileStream = New FileOutputStream("C:\\\\Temp\\\\sample_output_file....Consulting Blog Knowledge Base New Releases Status Websites aspose...location. final Redactor redactor = new Redactor ( "Sample.docx" ); try...

    docs.groupdocs.com/redaction/java/save-to-stream/
  8. Add watermarks to images | GroupDocs

    Add watermark to photos or multi-framed images using c#....Consulting Blog Knowledge Base New Releases Status Websites aspose...TiffImageLoadOptions loadOptions = new TiffImageLoadOptions (); // Specify...

    docs.groupdocs.com/watermark/net/add-watermarks...
  9. GroupDocs.Search for .NET 16.12 Supports Search...

    We are really pleased to announce the monthly release of GroupDocs.Search for .NET 16.12 API. In this release, we have introduced three New features. You can now apply search to password protected documents. Not only this, the latest release provides its users with the functionality to maintain list of synonyms and stop words. Download the latest version and try out all the amazing features of GroupDocs.Search for .NET 16.12 API....release, we have introduced three new features. You can now apply search...GroupDocs.Search for .NET - New Features # In version 16.12,...

    blog.groupdocs.com/search/groupdocs-search-net-...
  10. Merge Word documents | GroupDocs

    Follow this guide and learn how to merge Word documents, combine several DOCX or DOC files into one using GroupDocs.Merger for Java....Consulting Blog Knowledge Base New Releases Status Websites aspose...2007, the structure of this new Document format was changed from...

    docs.groupdocs.com/merger/java/merge/word/