Sort Score
Result 10 results
Languages All
Labels All
Results 7,421 - 7,430 of 32,404 for

renderer

(0.08 sec)
  1. Convertir Excel en image haute résolution avec ...

    Générer des images haute résolution à partir de fichiers Excel en utilisant Aspose.Cells avec C++....SheetRender instance SheetRender render ( sheet , options ); // Generate...Generate and save the image render . ToImage ( 0 , u "output.png"...

    docs.aspose.com/cells/fr/cpp/convert-excel-to-h...
  2. تحويل ورقة العمل إلى صورة في PHP|Documentation

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms....Rendering.ImageOrPrintOptions" , array...$ptr -> New ( "Aspose.Cells.Rendering.SheetRender" , array ( $sheet...

    docs.aspose.com/cells/ar/net/worksheet-to-image...
  3. 使用 Node.js 和 C++ 将Excel转换为高分辨率图像|Documentation

    学习如何使用Aspose.Cells for Node.js via C++将Excel文件转换为高分辨率图片。...SheetRender instance const render = new AsposeCells . SheetRender...Generate and save the image render . toImage ( 0 , "output.png"...

    docs.aspose.com/cells/zh/nodejs-cpp/convert-exc...
  4. 将Excel转换为高分辨率图像——使用C++|Documentation

    使用Aspose.Cells与C++从Excel文件生成高分辨率图像。...SheetRender instance SheetRender render ( sheet , options ); // Generate...Generate and save the image render . ToImage ( 0 , u "output.png"...

    docs.aspose.com/cells/zh/cpp/convert-excel-to-h...
  5. FontFallbackSettings.Load | Aspose.Words for .NET

    Effortlessly load and manage font fallback settings from XML files with the FontFallbackSettings Load method for seamless typography integration....= new Document ( MyDir + "Rendering.docx" ); // Load an XML document...= new Document ( MyDir + "Rendering.docx" ); // Load an XML document...

    reference.aspose.com/words/net/aspose.words.fon...
  6. PsSaveOptions.save_format property | Aspose.Wor...

    PsSaveOptions.save_format property. Specifies the format in which the document will be saved if this save options object is used...ings = render_text_as_book_fold # If we are rendering the document...

    reference.aspose.com/words/python-net/aspose.wo...
  7. AsposeWordsPrintDocument.ColorPagesPrinted | As...

    اكتشف خاصية PrintDocument ColorPagesPrinted في Aspose.Words لتتبع عدد الصفحات المطبوعة بألوان زاهية بكفاءة. حسّن رؤيتك للطباعة إلى أقصى حد!...= new Document ( MyDir + "Rendering.docx" ); PrintPreviewDialog...مساحة الاسم Aspose.Words.Rendering المجسم Aspose.Words AsposeWordsPrintDocu...

    reference.aspose.com/words/ar/net/aspose.words....
  8. How to Convert Excel to XPS File in Python

    This quick tutorial covers how to convert Excel to XPS in Python. It encompasses all relevant details including the algorithm and the sample code to perform Excel to XPS conversion in Python....above is a basic version for rendering XLSX to XPS in Python . First...Subsequently, the XPS file is rendered using the SaveFormat enumeration...

    kb.aspose.com/cells/python/how-to-convert-excel...
  9. Come convertire HTML in PDF usando C++

    Questo argomento mostra come convertire HTML in PDF utilizzando C++ in modo molto semplice. Puoi eseguire il rendering di HTML in PDF utilizzando C++ senza dipendenze esterne e con pochi semplici passaggi e frammenti di codice....puoi facilmente eseguire il rendering di HTML in PDF utilizzando...in C++ viene eseguito il rendering da HTML a PDF. Questo esempio...

    kb.aspose.com/it/words/cpp/how-to-convert-html-...
  10. Convertir SVG a XPS – Ejemplos de C#

    Aprenderá cómo convertir SVG a XPS mediante programación o en línea y considerará ejemplos de C# de conversiones de SVG a XPS usando Aspose.SVG....Rendering.Image; using var document...Aspose. Svg . Rendering ; 5 using Aspose. Svg . Rendering . Xps ; 6...

    docs.aspose.com/svg/es/net/convert-svg-to-xps/