Sort Score
Result 10 results
Languages All
Labels All
Results 1,331 - 1,340 of 11,658 for

new

(0.09 sec)
  1. Document preview | GroupDocs

    This article shows how to get document preview....Consulting Blog Knowledge Base New Releases Status Websites aspose...( Watermarker watermarker = new Watermarker ( "sample.pdf" ))...

    docs.groupdocs.com/watermark/net/basic-usage/pr...
  2. Load document from URL | GroupDocs

    This section explains how to load document from URL with GroupDocs.Signature API....Consulting Blog Knowledge Base New Releases Status Websites aspose...using ( Signature signature = new Signature ( stream )) { TextSignOptions...

    docs.groupdocs.com/signature/net/load-document-...
  3. Java groupdocs conversion dpi configuration doe...

    HEre is the conversion code: try (Converter converter = New Converter(fileName)) { final ImageConvertOptions options = New ImageConvertOptions(); options.setFormat(FileType.fromEx…...code: try (Converter converter = new Converter(fileName)) { final...ImageConvertOptions options = new ImageConvertOptions(); options...

    forum.groupdocs.com/t/java-groupdocs-conversion...
  4. Cache results | GroupDocs

    This article contains caching use-cases with GroupDocs.Viewer within your Java applications....Consulting Blog Knowledge Base New Releases Status Websites aspose..."cache" ; FileCache cache = new FileCache ( cachePath ); ViewerSettings...

    docs.groupdocs.com/viewer/java/caching-results/
  5. Delete Signatures of the certain types | GroupDocs

    This article explains how to delete electronic signatures of the certain types 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/java/delete-signat...
  6. Logging | GroupDocs

    An interface is used to receive the information about errors, warnings and events which occur while data extraction....Consulting Blog Knowledge Base New Releases Status Websites aspose...Logger class Logger logger = new Logger (); // Create an instance...

    docs.groupdocs.com/parser/java/logging/
  7. Annotate Html Documents using GroupDocs.Annotat...

    We are pleased to announce the release of GroupDocs.Annotation for Java 17.5.0. This release comes with multitude of New features, improvements and bug fixes. Some New image formats are introduced such as EMF/WMF and CAD. Furthermore, importing annotations from Word documents is improved and exporting the repeated reply comments issue (Export to MS-Word) is resolved. For further information, please see release notes. We’d recommend you to fetch latest release of the API, integrate it in your project and share your valuable feedback....multitude of new features, improvements and bug fixes. Some new image...Annotation for Java 17.1.0 - New Features # Implement annotating...

    blog.groupdocs.com/annotation/introducing-group...
  8. First Public Release of GroupDocs.Merger for Ja...

    We are pleased to announce GroupDocs.Merger for Java 18.8. A back-end document manipulation API that allows to split, remove or reorder pages in a document of supported format. Pages could be swapped or trimmed. You can also manage documents protection. GroupDocs.Merger for Java allows to check document protection and then set, remove or update password. Aside this, API permits to join two or more documents of same file format into one....PagesOptions pagesOptions = new PagesOptions(FileFormat.PDF,...InputStream documentExample = new FileInputStream(sourceFile);...

    blog.groupdocs.com/merger/first-public-release-...
  9. Converting Docx to PDF throws Null Reference Ex...

    Attempting to convert the attached file throws a Null Reference Exception from within an Aspose library included in the GroupDocs product. We are using the most up to date version of convert available. This appears to …...Func<LoadOptions> getLoadOptions = () => new WordProcessingLoadOp { HideWordTrackedChang...using (Converter converter = new Converter("YourInputFilePath...

    forum.groupdocs.com/t/converting-docx-to-pdf-th...
  10. Convert JSON as a data source to a spreadsheet ...

    Learn how to convert a JSON document as a data source to a spreadsheet using GroupDocs.Conversion for .NET....Consulting Blog Knowledge Base New Releases Status Websites aspose...using ( Converter converter = new Converter ( "data.json" )) {...

    docs.groupdocs.com/conversion/net/convert-json-...