Sort Score
Result 10 results
Languages All
Labels All
Results 1,281 - 1,290 of 13,087 for

new

(0.28 sec)
  1. Extract TOC from EPUB Documents using GroupDocs...

    It gives us immense pleasure to announce the release of version 18.4 of GroupDocs.Text for .NET. The latest version allows extracting the table of contents from the EPUB documents. Furthermore, we have added the feature of detecting media type of .one file. Following sections provide details about the Newly added features. Extracting TOC from EPUB Documents Using version 18.4, you can now extract TOC from the EPUB documents. To access the TOC, TableOfContents property of **EpubPackage **class is used....(EpubTextExtractor extractor = new EpubTextExtractor(@"document...the TOC item string spaces = new string(' ', depth); // Iterate...

    blog.groupdocs.com/parser/extract-toc-from-epub...
  2. Verify Digital signatures in the document | Gro...

    This topic explains how to verify digital electronic signatures 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/verify-digita...
  3. Render specific pages | GroupDocs

    This article explains how to view specific pages when processing documents with GroupDocs.Viewer within your Java applications....Consulting Blog Knowledge Base New Releases Status Websites aspose...// ... try ( Viewer viewer = new Viewer ( "sample.docx" )) { HtmlViewOptions...

    docs.groupdocs.com/viewer/java/view-specific-pa...
  4. Issue with watermarks on Word documents - inval...

    Hi, I have encountered some issues when using Groupdocs.Watermark to stamp some files. This mainly affects Word documents as they appear to randomly generate false watermarks that are not positioned correctly, do not ha…...document: try (FileInputStream fis = new FileInputStream(fileIn); Watermarker...watermarker = new Watermarker(fis, loadOptions)) { var font = new com.groupdocs...

    forum.groupdocs.com/t/issue-with-watermarks-on-...
  5. Protect PDF document | GroupDocs

    Protect PDF documents when rendering documents using GroupDocs.Viewer for Java...Consulting Blog Knowledge Base New Releases Status Websites aspose...// ... try ( Viewer viewer = new Viewer ( "sample.docx" )) { //...

    docs.groupdocs.com/viewer/java/protect-pdf-docu...
  6. Get document Info | GroupDocs

    This artcle explains how to get document information...Consulting Blog Knowledge Base New Releases Status Websites aspose...docx" Watermarker watermarker = new Watermarker ( "source.docx" );...

    docs.groupdocs.com/watermark/java/get-document-...
  7. Load from Azure Blob Storage | GroupDocs

    This article explains how to load a document from Azure Blob Storage with GroupDocs.Viewer within your Java applications....Consulting Blog Knowledge Base New Releases Status Websites aspose...DefaultAzureCredenti defaultCredential = new DefaultAzureCredenti () . build...

    docs.groupdocs.com/viewer/java/load-document-fr...
  8. Epub to Md | GroupDocs

    This article demonstrates how to convert Ebook to Markdown with GroupDocs.Markdown for .NET....Consulting Blog Knowledge Base New Releases Status Websites aspose...lic" ); using var converter = new MarkdownConverter ( "business-plan...

    docs.groupdocs.com/markdown/net/convert/export-...
  9. Docx to Md | GroupDocs

    This article demonstrates how to convert Words to Markdown with GroupDocs.Markdown for .NET....Consulting Blog Knowledge Base New Releases Status Websites aspose...lic" ); using var converter = new MarkdownConverter ( "business-plan...

    docs.groupdocs.com/markdown/net/convert/export-...
  10. PDF with images to Excel conversion issue in .N...

    Hi, I’m trying to convert pdf file to excel format, Pdf file has images in it. after conversion nothing is inside the excel file. So i have attached the problematic pdf file for you reference. .Net i’m facing problem …...converter = new Converter(completeFilePath)) { var options = new Spr...(); converter.Convert(() => new MemoryStream(), convertedStream...

    forum.groupdocs.com/t/pdf-with-images-to-excel-...