Sort Score
Result 10 results
Languages All
Labels All
Results 1,561 - 1,570 of 12,286 for

new

(0.74 sec)
  1. Add watermark | GroupDocs

    In this article, you will learn how to apply watermark to document pages when convert document with GroupDocs.Conversion for .NET API....Consulting Blog Knowledge Base New Releases Status Websites aspose...using ( Converter converter = new Converter ( "sample.docx" ))...

    docs.groupdocs.com/conversion/net/add-watermark/
  2. Evaluation Limitations and Licensing of GroupDo...

    free electronic signature Java api version is available to evaluate the API which will be similar as licensed but with few limitations...Consulting Blog Knowledge Base New Releases Status Websites aspose...Setup license. License license = new License (); license . setLicense...

    docs.groupdocs.com/signature/java/evaluation-li...
  3. Load Email document with options | GroupDocs

    Learn this article and check how to load and convert Email documents with advanced options using GroupDocs.Conversion for Java API....Consulting Blog Knowledge Base New Releases Status Websites aspose..."ConvertEmailWithAlte.pdf" const loadOptions = new groupdocs . conversion . EmailLoadOptions...

    docs.groupdocs.com/conversion/nodejs-java/load-...
  4. Loading specific file formats | GroupDocs

    In some cases it’s required to specify the document format manually to guarantee correct output produced by GroupDocs.Parser. The following are the cases when the document format must be specified manually: Markdown documents MHTML documents OTP documents (OpenDocument Presentation Template) Databases Emails from remote servers Here are the steps to specify the document format for Markup document. Instantiate the LoadOptions object and pass the document format in LoadOptions(FileFormat) constructor; Create Parser object and call any method....Consulting Blog Knowledge Base New Releases Status Websites aspose...document: try ( InputStream stream = new FileInputStream ( Constants ...

    docs.groupdocs.com/parser/java/loading-specific...
  5. Result of added watermarks | GroupDocs

    GroupDocs.Watermark API returns result with information about added watermarks...Consulting Blog Knowledge Base New Releases Status Websites aspose...( Watermarker watermarker = new Watermarker ( "sample_2_pages...

    docs.groupdocs.com/watermark/net/result-of-adde...
  6. Advanced Search Archive Documents | GroupDocs

    id: advanced-search-archive-documents url: signature/net/advanced-search-archive-documents title: Advanced search archive documents linkTitle: 🌐 Archive weight: 16 description: “This article explains how to make advanced search within the archive that contains several documents for any electronic signatures with GroupDocs.Signature API.” keywords: productName: GroupDocs.Signature for .NET toc: True structuredData: showOrganization: True application: name: Advanced search for various signatures within the archive files in C# description: Advanced search for all supported signatures within the archives fast and easily with C# language and GroupDocs....Consulting Blog Knowledge Base New Releases Status Websites aspose...GroupDocs.Signature: Create new instance of class and pass source...

    docs.groupdocs.com/signature/net/developer-guid...
  7. Split a worksheet into pages | GroupDocs

    This topic describes how to use the GroupDocs.Viewer Java to split worksheets into pages when rendering spreadsheet files to HTML, PDF, and image formats....Consulting Blog Knowledge Base New Releases Status Websites aspose...PdfViewOptions viewOptions = new PdfViewOptions ( "output.pdf"...

    docs.groupdocs.com/viewer/java/split-worksheet-...
  8. Extracting MakerNote metadata | GroupDocs

    What is MakerNote? MakerNote metadata refers to image information that is written by digital cameras of different manufacturers. Usually, MakerNote metadata properties contain camera settings and some other conditions under which the shot was taken. Most manufacturers store MakerNote properties in a proprietary binary format derived from EXIF. GroupDocs.Metadata allows extracting MakerNote metadata saved by the following manufacturers: Canon Nikon Panasonic Sony Read all MakerNote properties in the form of TIFF/EXIF tags Utilizing the GroupDocs....Consulting Blog Knowledge Base New Releases Status Websites aspose...MakerNoteReadAllTags try ( Metadata metadata = new Metadata ( Constants . CanonJpeg...

    docs.groupdocs.com/metadata/java/extracting-mak...
  9. NPM Package @groupdocs/groupdocs.conversion@25....

    | Professionalize.Discourse October 16 | | - | @vou_xiong_via_GroupDocs It appears you are experiencing a significant difference in conversion times when using the GroupDocs.Conversion library. The first conversio…...compatibility issues and limit access to new features or fixes. To address...blobServiceClient = new BlobServiceClient( STORAGE_ACCOUNT_ENDPOINT, new DefaultAzureCredenti()...

    forum.groupdocs.com/t/npm-package-groupdocs-gro...
  10. Extract text areas | GroupDocs

    Learn how to extract text areas with coordinates and formatting information from documents using GroupDocs.Parser for .NET. Extract text with position data, rectangles, and text styles in C#....Consulting Blog Knowledge Base New Releases Status Websites aspose...class using ( Parser parser = new Parser ( filePath )) { // Extract...

    docs.groupdocs.com/parser/net/extract-text-areas/