Sort Score
Result 10 results
Languages All
Labels All
Results 131 - 140 of 334 for

stream rendering

(0.84 sec)
  1. Generate Page Previews | GroupDocs

    Rasterize document pages to PNG, JPEG, or BMP image files using generate_preview() and a file-Stream callback with GroupDocs.Merger for Python via .NET....open writable file stream; the library renders each requested page...writes the result into that stream. Steps to generate page previews...

    docs.groupdocs.com/merger/python-net/developer-...
  2. Render archives as HTML, PDF, and image files (...

    This topic describes how to use the GroupDocs.Viewer .NET API (C#) version before 24.10 to display a list of archive content in HTML, PDF, PNG, and JPEG formats and to extract arbitrary file from archive...Document rendering basics / Render archive files / Render archives...and image files (old version) Render archives as HTML, PDF, and...

    docs.groupdocs.com/viewer/net/old-render-archiv...
  3. Specify file type when loading a document | Gro...

    This article explains how to specify the file type when loading a document with GroupDocs.Viewer within your .NET applications.... Stream stream = GetFileStream ( "sample...LoadOptions ( FileType . DOCX ); //Render a file. using ( Viewer viewer...

    docs.groupdocs.com/viewer/net/specify-file-type...
  4. Convert to Image with advanced options | GroupDocs

    Follow this guide and learn how to convert documents to image with height, width, resolution, brightness and other customizations using GroupDocs.Conversion for .NET.... Sometimes, for better rendering and elements positioning the...); Func < SavePageContext , Stream > getPageStream = saveContext...

    docs.groupdocs.com/conversion/net/convert-to-im...
  5. Render web documents as PDF, PNG, and JPEG file...

    This topic describes how to use the GroupDocs.Viewer Java API to convert web documents to PDF, PNG, and JPEG formats....Document rendering basics / Render web documents Render web documents...On this page allows you to render web documents as PDF, PNG,...

    docs.groupdocs.com/viewer/java/render-web-docum...
  6. Exhibitor preview - Free Support Forum - groupd...

    Hello, We are a software publisher using your library for our Web application. We are encountering a problem when previewing a PDF file that has been converted using Aspose.Cells. Here, we can found the document Excep…...viewInfoOptions; private Stream stream; public HtmlViewer(string...pageNumber => { Stream pageStream = new MemoryStream(); stream = pageStream;...

    forum.groupdocs.com/t/exhibitor-preview/14724
  7. Render Excel and Apple Numbers spreadsheets as ...

    This topic describes how to use the GroupDocs.Viewer .NET API (C#) to convert Excel workbooks and Apple Numbers spreadsheets to HTML, PDF, PNG, and JPEG formats....Document rendering basics / Render spreadsheet files / Render Excel...Apple Numbers spreadsheets Render Excel and Apple Numbers spreadsheets...

    docs.groupdocs.com/viewer/net/render-excel-and-...
  8. MSG file fails to render in PDF - Free Support ...

    Hello, When using the GroupDocs Viewer, I’m currently unable to to render MSG type files into PDF ones. All other tested file types work. Regards,...MSG file fails to render in PDF GroupDocs.Viewer Product Family...I’m currently unable to to render MSG type files into PDF ones...

    forum.groupdocs.com/t/msg-file-fails-to-render-...
  9. Persistent CustomTempFonts Folder Growth Issue ...

    I also encountered this problem. I came across it in GroupDocs.Viewer version 24.6.0 for .NET Framework 4.6.2. I upgraded to the latest version 24.9.0 and the problem still occurs. On some environments the folder grows h…...public class Renderer : IRenderer { public void Render(string outputPath...GetExecutingAssembly(); using (Stream stream = assembly.GetManifestR...

    forum.groupdocs.com/t/persistent-customtempfont...
  10. Convert PPTX To PNG With Python

    Learn how to Convert PPTX to PNG with Python and use Python code to transform PPTX into PNG images efficiently with GroupDocs.Conversion....and prepares each slide for rendering. ImageConvertOptions allows...format, resolution, and other rendering settings so that the generated...

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