Sort Score
Result 10 results
Languages All
Labels All
Results 4,111 - 4,120 of 31,381 for

new

(0.13 sec)
  1. Pdf accessibilty tags - Free Support Forum - gr...

    Hi GroupDocs, I am trying to generate a file with accessibility tags using JAVA SDK conversion library. Below is the code I am using to convert docx file to PDF try(ByteArrayInputStream is = New ByteArrayInputStream(…...try(ByteArrayInputStream is = new ByteArrayInputStream(contentInBytes))...{ try (Converter converter = new Converter(() → is)) { try (ByteArrayOutputStrea...

    forum.groupdocs.com/t/pdf-accessibilty-tags/14305
  2. DocumentTable | GroupDocs.Assembly for .NET API...

    Provides access to data of a single table or spreadsheet located in an external document to be used while assembling a document....DocumentTable (Stream, int) Creates a new instance of this class using...DocumentTable (string, int) Creates a new instance of this class using...

    reference.groupdocs.com/assembly/net/groupdocs....
  3. 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...
  4. Converting file with incorrect extension to PNG...

    Converting this incorrectly named PDF file to PNG, takes several minutes (over 20 on my machine). I’m aware that it’s not probably not a good use-case that a PDF is incorrectly renamed to MSG, but we actually had th…...conv = new Converter(documentPath)) { var imgOptions = new ImageConvertOptions()...Stream> getPageStream = page => new FileStream(string.Format(filePath...

    forum.groupdocs.com/t/converting-file-with-inco...
  5. Edit Email | Documentation

    This guide demonstrates how to edit content of the documents from Email format family like a common text documents using a GroupDocs.Editor for Java....Consulting Blog Knowledge Base New Releases Status Websites aspose...InputStream emlStream = new FileInputStream ( new File ( emlFilename...

    docs.groupdocs.com/editor/java/edit-email/
  6. Specify rendering options for CAD files | Docum...

    This topic describes how to use the GroupDocs.Viewer Java API to specify various options for rendering CAD files to HTML, PDF, PNG, and JPEG....Consulting Blog Knowledge Base New Releases Status Websites aspose...// ... try ( Viewer viewer = new Viewer ( "HousePlan.dwg" )) {...

    docs.groupdocs.com/viewer/java/specify-cad-rend...
  7. Load from Stream | Documentation

    Load from Stream As an alternative to a local file, Redactor can open a document from stream. The following example demonstrates how to load and redact a document using Stream: final FileInputStream stream = New FileInputStream("sample.docx"); try { final Redactor redactor = New Redactor(stream); try { // Here we can use document instance to make redactions redactor.apply(New DeleteAnnotationRedaction()); redactor.save(); } finally { redactor.close(); } } finally { stream.close(); }...Consulting Blog Knowledge Base New Releases Status Websites aspose...final FileInputStream stream = new FileInputStream ( "sample.docx"...

    docs.groupdocs.com/redaction/java/load-from-str...
  8. WordProcessingSaveOptions - GroupDocs.Signature...

    All Classes Packages com.groupdocs.signature com.groupdocs.signature.domain com.groupdocs.signature.domain.barcodes c......WordProcessingSaveOp () Initializes a new instance of WordProcessingSaveOp...overwriteExistingFil) Initializes a new instance of WordProcessingSaveOp...

    apireference.groupdocs.com/signature/java/com.g...
  9. How to set minimal watermark font size in Java ...

    We are using the Watermark Java api and we noticed that the watermark text size cannot be set smaller than 10px. Is this a known defect, or is there any workaround that can set the warkmark font size smaller, such as 5px…...License lic = new com.groupdocs.watermark.licensing...here"); Watermarker watermarker = new Watermarker("D:\\source.docx");...

    forum.groupdocs.com/t/how-to-set-minimal-waterm...
  10. WatermarkException Class - GroupDocs.Watermark ...

    Represents base exception in GroupDocs.Watermark product....WatermarkException Initializes a new instance of the WatermarkException...WatermarkException(String) Initializes a new instance of the WatermarkException...

    apireference.groupdocs.com/watermark/net/groupd...