Sort Score
Result 10 results
Languages All
Labels All
Results 4,331 - 4,340 of 22,057 for

font convert

(0.33 sec)
  1. DXF Drawings|CAD 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....sample below shows how to convert a file using default settings...sample below shows how to convert a specific layer of DXF to...

    docs.aspose.com/cad/java/dxf-drawings/
  2. FieldOptions.barcode_generator property | Aspos...

    FieldOptions.barcode_generator property. Gets or set custom barcode generator....heightInTwips , defVal ): """Converts a height value in twips to...resolution , def_val ) : """Converts a height value in twips to...

    reference.aspose.com/words/python-net/aspose.wo...
  3. Change Table Style in Word Documents|Aspose.Wor...

    Advanced table formatting C#. Create a table style using C#. Apply table style C#....borders, shading, alignment, and font can be set in a table style...indentation, CellSpacing and Font , etc. In addition, Aspose.Words...

    docs.aspose.com/words/net/working-with-tablestyle/
  4. GC behavior under high load in .NET 8 server wo...

    Environment: Aspose.Words for .NET: 22.6.0 Framework: .NET 8.0 Hosting: Kubernetes pod (Linux container), ASP.NET Core Web API Background: We are running a document generation API that processes Word templates using A…... Internal font/glyph cache per document instance...some static resources, such as font cache, therefore you can notice...

    forum.aspose.com/t/gc-behavior-under-high-load-...
  5. Feature Overview|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....conversions Quickly and reliably convert between several popular document...(.ods) format. Converting to PDF files Convert any Spreadsheet...

    docs.aspose.com/cells/net/feature-overview/
  6. 简单多边形的三角剖分|Documentation

    使用 Aspose.3D for .NET API,开发人员可以对简单多边形进行三角剖分。任何多边形都可以划分为三角形。三角形的所有操作和计算可以分段应用于多边形。... DrawString ( text , Font , textBrush , cx , cy ); } }...i ); g . DrawString ( text , Font , textBrush , polygon [ i ]);...

    docs.aspose.com/3d/zh/net/triangulation-of-a-si...
  7. Conversion to PDF taking over 1 minute with Lar...

    Hi, I am facing some issues when Converting to PDF from excel / word with documents of larger size. They are taking over 1 minute of time for the conversion. This usually happens with larger files (5-20mb) however, som…...am facing some issues when converting to PDF from excel / word...docBytes = Convert.FromBase64String(inputBase64String); //convert base64...

    forum.aspose.com/t/conversion-to-pdf-taking-ove...
  8. PDF Document Compression | Aspose.PDF

    Optimize PDF files on any platform programmatically with this sample code using Aspose.PDF Library...ability to generate, modify, convert, render, secure and print documents...Adobe Acrobat. It supports converting various file formats into...

    products.aspose.com/pdf/compress/
  9. X and Y axis labels are incorrectly rendered wh...

    Hi, When Converting some charts from DOCX to PDF, we noticed rendered charts may have extra Y axis labels, and X axis labels are messed up. Code: var doc = new Document(@“.\test.docx”); doc.Save(@“.\out.pdf”); I’v…...incorrectly rendered when converting DOCX to PDF Aspose.Words... 2025, 1:01pm 1 Hi, When converting some charts from DOCX to...

    forum.aspose.com/t/x-and-y-axis-labels-are-inco...
  10. Extract text from all PDF pages using C++|Aspos...

    This article describes various ways to extract text from PDF documents using Aspose.PDF in C++. From entire pages, from a specific part, based on columns, etc....method of TextDevice class to convert contents to the text Save the...set_ExtractionOptions ( textExtOptions ); // Convert a particular page and save...

    docs.aspose.com/pdf/cpp/extract-text-from-all-pdf/