Sort Score
Result 10 results
Languages All
Labels All
Results 3,301 - 3,310 of 12,288 for

new

(0.09 sec)
  1. Extract emails from Outlook Storage | GroupDocs

    Extract emails from Outlook using GroupDocs.Parser for .NET...Consulting Blog Knowledge Base New Releases Status Websites aspose...class using ( Parser parser = new Parser ( filePath )) { // Extract...

    docs.groupdocs.com/parser/net/extract-emails-fr...
  2. Get possible conversions | GroupDocs

    This article explains how to obtain supported conversions when convert documents with GroupDocs.Conversion within your .NET applications....Consulting Blog Knowledge Base New Releases Status Websites aspose...using ( Converter converter = new Converter ( "sample.docx" ))...

    docs.groupdocs.com/conversion/net/get-possible-...
  3. Indexing reports | GroupDocs

    This article demonstrates that how indexing reports can be retrieved from the index using search API...Consulting Blog Knowledge Base New Releases Status Websites aspose...specified folder Index index = new Index ( indexFolder ); // Indexing...

    docs.groupdocs.com/search/net/indexing-reports/
  4. Extract images from document page | GroupDocs

    This article explains that how to extract images from document page....Consulting Blog Knowledge Base New Releases Status Websites aspose...class try ( Parser parser = new Parser ( Constants . SampleImagesPdf...

    docs.groupdocs.com/parser/java/extract-images-f...
  5. Extract images from document page | GroupDocs

    This article explains that how to extract images from document page....Consulting Blog Knowledge Base New Releases Status Websites aspose...class using ( Parser parser = new Parser ( filePath )) { // Check...

    docs.groupdocs.com/parser/net/extract-images-fr...
  6. Sign Document with Digital Signature | GroupDocs

    Learn about the benefits of using digital signatures to sign documents securely. Discover how to add programmatically digital signatures in Python with step-by-step instructions....Consulting Blog Knowledge Base New Releases Status Websites aspose...groupdocs-signature Create a new instance of the class and pass...

    docs.groupdocs.com/signature/python-net/sign-do...
  7. Install GroupDocs.Viewer for Java | GroupDocs

    This topic describes how to install GroupDocs.Viewer for Java....Consulting Blog Knowledge Base New Releases Status Websites aspose...Exception { Viewer viewer = new Viewer ( "formatting.docx" );...

    docs.groupdocs.com/viewer/java/installation/
  8. PDF to PDF/A-2b conversion has incorrect glyph ...

    Hi I’m converting a PDF to PDF/A-2b, but it ends up with incorrect glyph width information, causing the letters to be spaced too far from each other. The same error occurs in these cases: PDF to PDF/A-1b PDF/A-1b ver…...We have opened the following new ticket(s) in our internal issue...ConverterSettings converterSettings = new ConverterSettings(); converterSettings...

    forum.groupdocs.com/t/pdf-to-pdf-a-2b-conversio...
  9. Display and Securely Share Documents of More th...

    Great News for ExpressionEngine site owners and developers. Not a long time ago we’ve published a New plugin that allows you to integrate the GroupDocs.Viewer for .NET library into your ExpressionEngine website. The plugin is now available for download from the EE marketplace. This integration adds an ability to display 50+ types of documents right on your ExpressionEngine website. Among supported file formats are: PDF, Microsoft Word, Excel, PowerPoint, Outlook, Visio, RTF, CSV, CAD, multipage TIFF and a lot more....Great news for ExpressionEngine site owners and developers. Not...long time ago we’ve published a new plugin that allows you to integrate...

    blog.groupdocs.com/viewer/display-and-securely-...
  10. Convert XLSX to PDF using Python

    Convert XLSX to PDF using Python for automated document workflows. Easily export XLSX to PDF in Python and preserve your spreadsheet's formatting....in your application Create a new Converter instance and provide...target XLSX file by creating a new Converter instance and specifying...

    kb.groupdocs.com/conversion/python/convert-xlsx...