Sort Score
Result 10 results
Languages All
Labels All
Results 1,841 - 1,850 of 10,042 for

new

(0.09 sec)
  1. Extract tables from Microsoft Office Word docum...

    This article explains that how to extract tables from Microsoft Office Word (.doc, .docx) documents...Consulting Blog Knowledge Base New Releases Status Websites aspose...class using ( Parser parser = new Parser ( filePath )) { // Get...

    docs.groupdocs.com/parser/net/extract-tables-fr...
  2. Working with metadata in JPEG images | Document...

    Reading Photoshop metadata properties The GroupDocs Metadata API allows the user to read Adobe Photoshop metadata associated with a JPEG image. For more information on the Photoshop file format and metadata blocks that can be attached to images of different formats please refer to the specification: https://www.adobe.com/devnet-apps/photoshop/fileformatashtml/. The code sample below demonstrates how to extract image resource blocks (building blocks of the Photoshop file format) from a JPEG image....Consulting Blog Knowledge Base New Releases Status Websites aspose...JpegReadImageResourc try ( Metadata metadata = new Metadata ( Constants . JpegWithIrb...

    docs.groupdocs.com/metadata/java/working-with-m...
  3. Error converting eml and msg files to pdf - Fre...

    Hi Support Team, I am using GroupDocs.Conversion .NET to convert files to PDF. In most cases this works fine. But when trying to convert eml and msg files i get the following error message: “Resource loading timeout 20…...tested the code isolated in a new test project. There it seems...eml")) { var emailoptions = new EmailLoadOptions { ResourceLoadingTimeo...

    forum.groupdocs.com/t/error-converting-eml-and-...
  4. ImportExport Test Document 2

    Font Formatting Source Sans Pro Light, 14 pt. Simple text in Times New Roman 12 followed by an empty paragraphsubscript andsuperscript. Various characters: ‘ “ & < > £ ¥ § ¨ © ª « ® » ¼ Paragraph w...... Simple text in Times New Roman 12 followed by an empty...this line. This line is in the new section. Next here is an empty...

    docs.groupdocs.com/viewer/net/sample-files/how-...
  5. GroupDocs.Conversion distorts resulting image o...

    We have an issue with GroupDocs.Conversion on Ubuntu (we use Ubuntu 22.04.5 LTS). We use GroupDocs.Conversion for .NET 25.2.1. The input file is a .potx file. The desired output format is PNG. I can provide the file up…...convert: var imageConvertOptions = new ImageConvertOptions() { Format...outputStream = new MemoryStream(); using var converter = new Converter(...

    forum.groupdocs.com/t/groupdocs-conversion-dist...
  6. Generating slides preview for presentations | D...

    This article describes how to generate a preview for any slide in an existing PowerPoint presentation in SVG format using GroupDocs.Editor for Node.js and Java....Consulting Blog Knowledge Base New Releases Status Websites aspose...into the Editor const editor = new Editor ( inputPath ); // Get...

    docs.groupdocs.com/editor/nodejs-java/generatin...
  7. Highlight text upon conversion to HTML in .NET ...

    Hi, I was wondering if there is any way to highlight certain words of document, when converting it to HTML with GroupDocs.Viewer. I tried using GroupDocs.Search after the conversion with GroupDocs.Viewer, but the resul…...resulting HTML had a completely new format. We would need to keep...Parser: using (Parser parser = new Parser(documentPath)) { HighlightOptions...

    forum.groupdocs.com/t/highlight-text-upon-conve...
  8. Search results | Documentation

    This article shows that how to perform the operations on search results....Consulting Blog Knowledge Base New Releases Status Websites aspose...Creating an index const index = new groupdocs . search . Index (...

    docs.groupdocs.com/search/nodejs-java/search-re...
  9. Embedded picture in Excel cell was not correclt...

    Hello, We are a software publisher using your library for our Web application. We are encountering a problem when previewing a Excel file, which a cell contains embedded picture. Here, we can found the document in th…...LoadOptions loadOptions) { viewer = new GroupDocs.Viewer.Viewer(filePath...pageNumber => { Stream pageStream = new MemoryStream(); stream = pageStream;...

    forum.groupdocs.com/t/embedded-picture-in-excel...
  10. Subscribing for verification process events | D...

    This article explains how to subscribe for verification of electronic signatures events like start, progress and completion with GroupDocs.Signature API....Consulting Blog Knowledge Base New Releases Status Websites aspose...process signing events. Create new instance of class and pass source...

    docs.groupdocs.com/signature/net/subscribing-fo...