Sort Score
Result 10 results
Languages All
Labels All
Results 2,781 - 2,790 of 38,519 for

canvas

(0.06 sec)
  1. 向PDF文件添加文本|Aspose.PDF for Java

    本文介绍了在Aspose.PDF中处理文本的各个方面。了解如何向PDF添加文本、添加HTML片段或使用自定义OTF字体。...add (); // 创建 Graph 对象 Graph canvas = new Graph ( 100 , 400 );...); // 将矩形添加到 Graph 对象的形状集合中 canvas . getShapes (). add ( rect...

    docs.aspose.com/pdf/zh/java/add-text-to-pdf-file/
  2. Load Spreadsheet with GridJs and Flask|Document...

    Step‑by‑step guide to load an Excel spreadsheet using Aspose.Cells GridJs with a Flask backend....; const zorder = 1000 ; // Canvas Z‑order let xs ; // GridJs...

    docs.aspose.com/cells/python-net/aspose-cells-g...
  3. Layers missing when converting corel draw file ...

    We are evaluating Aspose.Imaging for our corel draw files noticed that one of our test files have missing layers when converted to jpg or png. It also altered some of the layout of the text. Hope you could help me if thi…...specified, the rasterizer fills the canvas with white (or the default...

    forum.aspose.com/t/layers-missing-when-converti...
  4. SVG Transformations in C# – Aspose.SVG

    Learn how to transform SVG in C# using Aspose.SVG for .NET library. Rotate SVG, scale SVG, translate and skew SVG programmatically....and skewing within the SVG canvas. SVG elements can undergo transformations...

    products.aspose.com/svg/net/svg-transformations/
  5. Convert XHTML to PDF – C# code and Online Conve...

    Convert XHTML to PDF online or via C#. Save XHTML as PDF file using Aspose.HTML for .NET API. Try online XHTML to PDF Converter for free!...HTML5, CSS3, SVG, and HTML Canvas to construct a Document Object...

    products.aspose.com/html/net/conversion/xhtml-t...
  6. Convert XHTML to DOCX – C# code and Online Conv...

    Convert XHTML to DOCX in C#. Save XHTML as DOCX file using Aspose.HTML for .NET API. Try online XHTML to DOCX Converter for free!...HTML5, CSS3, SVG, and HTML Canvas to construct a Document Object...

    products.aspose.com/html/net/conversion/xhtml-t...
  7. Convert Markdown to PDF – C# code and Online Co...

    Sample C# code for Markdown to PDF conversion. Save Markdown as PDF file using Aspose.HTML for .NET. Try online MD to PDF Converter!...HTML5, CSS3, SVG, and HTML Canvas to construct a Document Object...

    products.aspose.com/html/net/conversion/md-to-pdf/
  8. Convert EPUB to PNG – C# code and Online Converter

    Sample code for EPUB to PNG C# conversion. Easily use Aspose.HTML for .NET within any .NET application. Try online EPUB to PNG Converter for free!...HTML5, CSS3, SVG, and HTML Canvas to construct a Document Object...

    products.aspose.com/html/net/conversion/epub-to...
  9. Convert Markdown to JPEG – C# code and Online C...

    Sample C# code for Markdown to JPEG conversion. Easily use Aspose.HTML for .NET within any .NET application. Try online MD to JPEG Converter for free!...HTML5, CSS3, SVG, and HTML Canvas to construct a Document Object...

    products.aspose.com/html/net/conversion/md-to-j...
  10. 使用 C++ 向 PDF 添加文本|Aspose.PDF for C++

    本文描述了在 Aspose.PDF 中处理文本的各个方面。了解如何向 PDF 添加文本、添加 HTML 片段或使用自定义 OTF 字体。...Add (); // 创建 Graph 对象 auto canvas = MakeObject < Aspose :: Pdf...); // 将矩形添加到 Graph 对象的形状集合 canvas -> get_Shapes () -> Add ( rect...

    docs.aspose.com/pdf/zh/cpp/add-text-to-pdf-file/