Sort Score
Result 10 results
Languages All
Labels All
Results 571 - 580 of 11,631 for

new

(0.17 sec)
  1. 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/
  2. Separate data extraction | GroupDocs

    This article explains how to separately extract data from documents and add the extracted data to the index....Consulting Blog Knowledge Base New Releases Status Websites aspose...And the subsequent addition of new data extractors will significantly...

    docs.groupdocs.com/search/java/separate-data-ex...
  3. 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/
  4. 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...
  5. Render Excel and Apple Numbers spreadsheets as ...

    This topic describes how to use the GroupDocs.Viewer Java API to convert Excel workbooks and Apple Numbers spreadsheets to HTML, PDF, PNG, and JPEG formats....Consulting Blog Knowledge Base New Releases Status Websites aspose...// ... try ( Viewer viewer = new Viewer ( "invoice.xlsx" )) {...

    docs.groupdocs.com/viewer/java/render-excel-and...
  6. Remove page redactions | GroupDocs

    This article shows that how to remove pages with sensitive data from your PDF, presentation and spreadsheet documents....Consulting Blog Knowledge Base New Releases Status Websites aspose...using ( Redactor redactor = new Redactor ( "sample.pdf" )) {...

    docs.groupdocs.com/redaction/net/remove-page-re...
  7. Add text watermarks | GroupDocs

    This article shows how to add a text watermark and save the resultant document. It is capable of adding watermarks to images or documents....Consulting Blog Knowledge Base New Releases Status Websites aspose...method to store the document in a new location. using GroupDocs.Watermark...

    docs.groupdocs.com/watermark/net/basic-usage/ad...
  8. Pre-rasterize | GroupDocs

    This article shows how to pre-rasterize a document using the redaction API....Consulting Blog Knowledge Base New Releases Status Websites aspose...Redactor redactor = new Redactor ( @"sample.docx" ), new LoadOptions...

    docs.groupdocs.com/redaction/net/pre-rasterize/
  9. Set a Watermark as Background in GroupDocs.Conv...

    Another monthly release of GroupDocs.Conversion for .NET 18.3 is on-board. This release covers some New features, few improvement and a bug fix. API allows developers to set default zoom when converting to Cells, Words and Slides. However, zoom option for PDF conversion is improved, PSD to PDF conversion is improved and XPS to PDF conversion issue is fixed. For further details included in this month’s release, please visit the release notes... This release covers some new features, few improvement and...for converting CSV documents New Properties Introduced # DefaultFont...

    blog.groupdocs.com/conversion/set-default-zoom-...
  10. Method Convert Func<Stream> obsoleted - Free Su...

    Thanks, it works for me...We have opened the following new ticket(s) in our internal issue...result using (var resultStream = new MemoryStream()) { // Define a...

    forum.groupdocs.com/t/method-convert-func-strea...