Sort Score
Result 10 results
Languages All
Labels All
Results 6,151 - 6,160 of 20,961 for

layout

(0.12 sec)
  1. PDF corrupt after stamping using 11.3.0 what is...

    After applying an image stamp to a PDF the resulting file throws this error when trying to open with Acrobat: Screenshot 2025-11-10 085111.png (28.7 KB) The file can be opened with Chrome or Edge without issue but not …... This forces a simpler PDF layout that Acrobat accepts. If you...

    forum.aspose.com/t/pdf-corrupt-after-stamping-u...
  2. Images to text in Java - fast and easy | Aspose

    Integrate optical character recognition (OCR) into your Java applications with our versatile and powerful OCR for Java library.... Layout detection Detect text, tables...

    products.aspose.com/ocr/java/
  3. Convert HTML to PDF in C# – Aspose.HTM

    Convert HTML to PDF in C# with Aspose.HTML for .NET. High-fidelity conversion, CSS support, batch processing. Free trial + code samples....Style Sheets (CSS) for overall layout representation. PDF What is...

    products.aspose.com/html/net/conversion/html-to...
  4. Convert HTML to MHTML – C# code and Online Conv...

    Convert HTML to MHTML online or with Aspose.HTML for .NET. Use HTML to MHTML Converter to save webpage as MHTML file quickly, clearly and safely....Style Sheets (CSS) for overall layout representation. MHTML What...

    products.aspose.com/html/net/conversion/html-to...
  5. Python 項目 API |微軟項目管理和處理

    Python Microsoft 項目管理庫,用於讀取和寫入 MPP XML 和 MPT 文件。將數據導出為 PDF XLS HTML CSV TXT TIFF SVG 和 PNG 格式...Microsoft Excel: XLSX, XML Fixed Layout: PDF Images: JPEG, PNG, BMP...

    products.aspose.com/tasks/zh-hant/python-net/
  6. Convert HTML to PNG – C# code and Online Converter

    Convert HTML to PNG in C# with Aspose.HTML for .NET API. Save web pages in PNG format quickly, clearly, and securely....Style Sheets (CSS) for overall layout representation. PNG What is...

    products.aspose.com/html/net/conversion/html-to...
  7. Shapes in charts rendered by aspose cells into ...

    Hi Aspose Team, I’m trying to convert charts/ranges in excel to images to insert them into word document. The code I’m using to do this is: Document RepDoc = new Document(); DocumentBuilder Builder = new DocumentBuild…...consider adjusting the chart layout in Excel before rendering....

    forum.aspose.com/t/shapes-in-charts-rendered-by...
  8. Setting Page Options with Node.js via C++|Docum...

    This article provides sample code to set page options of Excel worksheets programmatically using Node.js via C++. Set Page Orientation, Scaling Factor, FitToPages Options, Paper Size, Print Quality, First Page Number....used to set different page‑layout options for a printed worksheet...

    docs.aspose.com/cells/nodejs-cpp/setting-page-o...
  9. 8. Fonts in math formulas

    This article discusses handling math fonts by means of standard LaTeX, as well as using the amsmath and bm packages.... which changes the overall layout of the following formulas....Presize adjustments to the layout LaTeX mathematical symbols...

    docs.aspose.com/tex/java/latex-math-fonts/
  10. Word 转 html 能否标注页码的元信息? - Free Support Forum - ...

    当前 word 转 html 时,由于页码属于 “文本框”,其转换后在页眉的位置会展示为图片,能否在转换时候将页码的元信息标注在对应页码的位置,并且为对应 html 标签增加页码标记?以方便可以通过 html 反解出 word 文档的页码信息,反向转换也可以考它转的更准确。 或者是否有 java 的接口可以获取到页码信息?... LayoutCollector layout = new LayoutCollector(doc);...paragraphs) { pageNumber = layout.getStartPageIndex(para); }...

    forum.aspose.com/t/word-html/319228