Sort Score
Result 10 results
Languages All
Labels All
Results 9,261 - 9,270 of 47,236 for

(c )

(0.57 sec)
  1. Converting Docx to PDF throws Null Reference Ex...

    Attempting to convert the attached file throws a Null Reference Exception from within an Aspose library included in the GroupDocs product. We are using the most up to date version of convert available. This appears to …... Below is a C# code example demonstrating how...

    forum.groupdocs.com/t/converting-docx-to-pdf-th...
  2. Load document from stream | GroupDocs

    The page describes how to load PDF, Word, Excel, PowerPoint documents from stream using GroupDocs.Annotation for .NET....load a document from a stream: C# using ( documentStream = File...

    docs.groupdocs.com/annotation/net/load-document...
  3. Get document information | GroupDocs

    This article explains how to detect document file type and calculate pages count when merge PDF, Word(DOC, DOCX), Excel(XLS, XLSX), PowerPoint(PPT, PPTX) files with GroupDocs.Merger....Merger merger = new Merger ( @"c:\sample.vsdx" )) { IDocumentInfo...

    docs.groupdocs.com/merger/net/get-document-info...
  4. Get supported file formats | GroupDocs

    This article explains how to obtain supported file formats list when viewing documents with GroupDocs.Comparison within your .NET applications....list of supported file formats: C# using GroupDocs.Comparison ;...

    docs.groupdocs.com/comparison/net/get-supported...
  5. Load from local disk | GroupDocs

    This article explains how to load from local disk while using GroupDocs. Watermarks API.... Ex: @"C:\Docs\document.docx" string filePath...

    docs.groupdocs.com/watermark/net/load-from-loca...
  6. Save document to the specified stream | GroupDocs

    This article explains how to save document to the specified stream while using GroupDocs. Watermarks API.... Ex: @"C:\Docs\test.doc" using ( Watermarker...

    docs.groupdocs.com/watermark/net/save-document-...
  7. Put image annotations over the text using ZInde...

    This page describes how to set image ZIndex to place it over the text...ZIndex of the image annotation: C# ImageAnnotation area = new ImageAnnotation...

    docs.groupdocs.com/annotation/net/put-image-ann...
  8. Load custom fonts. | GroupDocs

    The page describes how to load custom fonts....fonts while generating preview: C# using ( Annotator annotator =...

    docs.groupdocs.com/annotation/net/loading-custo...
  9. Cleanup Temporary Files using GroupDocs.Viewer ...

    We are pleased to announce the release of GroupDocs.Viewer for Java 17.5.1. This is a hotfix release that contains 2 bug fixes and a new feature. The latest version allows you to manually cleanup the temporary files that are created during document rendering. Please continue to read the details about the new feature and the bug fixes. Cleanup Temporary FilesWhile rendering documents, GroupDocs.Viewer creates temporary files which were removed automatically after each operation....tmpdir”, “c:/my_temp_files/”). The following...

    blog.groupdocs.com/viewer/cleanup-temporary-fil...
  10. Load document from local disk | GroupDocs

    The page describes how to load PDF, Word, Excel, PowerPoint documents from local disk using GroupDocs.Annotation for .NET....load documents from local disk: C# using ( Annotator annotator =...

    docs.groupdocs.com/annotation/net/load-document...