Sort Score
Result 10 results
Languages All
Labels All
Results 471 - 480 of 10,115 for

new

(0.04 sec)
  1. Load document from FTP | Documentation

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

    docs.groupdocs.com/annotation/java/load-documen...
  2. Select specific pages for rasterized PDF | Docu...

    Select specific pages for rasterized PDF Saving document as a rasterized PDF, you can specify starting page index (zero based) and the number of pages from this index to save. Also, you can change the Compliance level from PDF/A-1b, which is used by default, to PDF/A-1a: final Redactor redactor = New Redactor("MultipageSample.docx"); try { RedactorChangeLog result = redactor.apply(New ExactPhraseRedaction("John Doe", New ReplacementOptions(java.awt.Color.RED))); if (result.getStatus() != RedactionStatus.Failed) { SaveOptions options = New SaveOptions(); options....Consulting Blog Knowledge Base New Releases Status Websites aspose...PDF/A-1a: final Redactor redactor = new Redactor ( "MultipageSample.docx"...

    docs.groupdocs.com/redaction/java/select-specif...
  3. Move page | Documentation

    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/
  4. Save to stream | Documentation

    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/
  5. Add watermarks to images | Documentation

    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...
  6. Process Hyperlinks and Numbered Lists in Words ...

    GroupDocs team is glad to announce another monthly release where Improved Performance and New features are introduced . The latest GroupDocs.Annotation for .NET 17.4.0 API now provides support to process Hyperlink and Number List in words document format along with Improvements and Fixes. We recommend our user to download the latest API release to use New exciting features and enhance their application with GroupDocs.Annotation for .NET. GroupDocs.Annotation for .NET - New Features and ChangesThis monthly release is providing three New features like processing of “Tables and hyperlink” in words document format and two improvements in Annotating “Words and CAD file formats”....where Improved Performance and new features are introduced . The...the latest API release to use new exciting features and enhance...

    blog.groupdocs.com/annotation/hyperlinks-number...
  7. Add strikeout annotation | Documentation

    The page describes how to add strikeout annotation to a document using GroupDocs.Annotation for .NET....Consulting Blog Knowledge Base New Releases Status Websites aspose...using ( Annotator annotator = new Annotator ( "input.pdf" )) {...

    docs.groupdocs.com/annotation/net/add-strikeout...
  8. Add highlight annotation | Documentation

    The page describes how to add highlight annotation to a document using GroupDocs.Annotation for .NET....Consulting Blog Knowledge Base New Releases Status Websites aspose...using ( Annotator annotator = new Annotator ( "input.pdf" )) {...

    docs.groupdocs.com/annotation/net/add-highlight...
  9. Add dropdown component | Documentation

    The page describes how to add dropdown component to a document using GroupDocs.Annotation for Java....Consulting Blog Knowledge Base New Releases Status Websites aspose...final Annotator annotator = new Annotator ( Constants . INPUT_PDF...

    docs.groupdocs.com/annotation/java/add-dropdown...
  10. Image comparison processing time to save output...

    About 1-2 minutes to export a image Result saved image image.png (6.0 KB) My code: public static class GroupDocsApi { // Function use GroupDocs API to compare words public static Chang…...outPut) { Stopwatch stopwatch = new Stopwatch(); stopwatch.Start();...= null) { License license = new License(); license.SetLicense(stream);...

    forum.groupdocs.com/t/image-comparison-processi...