Sort Score
Result 10 results
Languages All
Labels All
Results 8,931 - 8,940 of 31,391 for

new

(0.09 sec)
  1. HTML | Documentation

    This article explains that how to extract HTML formatted text from document page in Java....Consulting Blog Knowledge Base New Releases Status Websites aspose...class try ( Parser parser = new Parser ( Constants . SampleDocx...

    docs.groupdocs.com/parser/java/html/
  2. How to search for Digital signatures | Document...

    This topic explains how to search for digital electronic signatures across the documents with GroupDocs.Signature API....Consulting Blog Knowledge Base New Releases Status Websites aspose...within the document: Create new instance of class and pass source...

    docs.groupdocs.com/signature/net/search-for-dig...
  3. Add document to Diagram via OLE | Documentation

    This article explains how to add document to Diagram via OLE with GroupDocs.Merger within your Java applications....Consulting Blog Knowledge Base New Releases Status Websites aspose...OleDiagramOptions oleDiagramOptions = new OleDiagramOptions ( embeddedFilePath...

    docs.groupdocs.com/merger/java/add-document-to-...
  4. How to search for QR code signatures | Document...

    This article explains how to search for QR-code electronic signatures with GroupDocs.Signature API....Consulting Blog Knowledge Base New Releases Status Websites aspose...for QR-code signatures: Create new instance of class and pass source...

    docs.groupdocs.com/signature/net/search-for-qr-...
  5. rasterimageresourcebase - GroupDocs.Editor for ...

    All Classes Packages com.groupdocs.editor com.groupdocs.editor.formats com.groupdocs.editor.handler com.groupdocs.edi......targetHeightInPixels) Creates and returns a new reduced image resource of the...same type, but with specified new reduced height and proportionally...

    apireference.groupdocs.com/editor/java/com.grou...
  6. Comparison of Word files does not highlight sty...

    I am using Comparison for GroupDocs.Comparison API version: 23.11.0. Development environment details: .NET Framework 4.8 I am testing Word comparison and it detects style of paragraph chang and line break insert chang…...word using (Comparer comparer = new Comparer(source)) { comparer...CompareOptions compareOptions = new CompareOptions() { //CalculateCoordinates...

    forum.groupdocs.com/t/comparison-of-word-files-...
  7. Why only 3 Excel sheets are converted to PDF us...

    Hello Team, When I pass a xlsx file having 10 pages, I see only first 3 pages are converted to pdf. We do have license but we don’t have active subscription, which is not yet approved. Is that the reason of such behavi…...SpreadsheetLoadOptio loadOptions = new SpreadsheetLoadOptio(); loadOptions...rue); Converter converter = new Converter(excelfile.getAbsolutePath()...

    forum.groupdocs.com/t/why-only-3-excel-sheets-a...
  8. GroupDocs.Viewer for .NET 20.2 Release Notes

    GroupDocs.Viewer for .NET 20.2 Release Notes – the latest updates and fixes....class members were added: Added new property to GroupDocs.Viewer...static readonly FileType GZ = new FileType( "Gnu Zipped File" ...

    releases.groupdocs.com/viewer/net/release-notes...
  9. datarelation - GroupDocs.Assembly for Java - AP...

    All Classes Packages com.groupdocs.assembly com.groupdocs.assembly.system com.groupdocs.assembly.system.data com.grou......createConstraints) Initializes a new instance of the DataRelation...DataColumn childColumn) Initializes a new instance of the DataRelation...

    apireference.groupdocs.com/assembly/java/com.gr...
  10. Extract text areas | Documentation

    This article explains that how to extract text areas from documents....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/