Sort Score
Result 10 results
Languages All
Labels All
Results 3,281 - 3,290 of 184,213 for

page

(0.18 sec)
  1. Tables colliding on docx to pdf conversion - Fr...

    async function addLetterHeadToDocx(docPath, letterHeadpath, outDir, logger) { const headDoc = new aw.Document(letterHeadpath); const contentDoc = new aw.Document(docPath); const headDocParagraphs = headDoc.sections…...expected, the tables in the last page are colliding, also for reference...table dimensions, margins, or page layout settings. Here are some...

    forum.aspose.com/t/tables-colliding-on-docx-to-...
  2. 创建一个复杂的PDF|Aspose.PDF for Python via .NET

    Aspose.PDF for Python via .NET 允许您创建包含图像、文本片段和表格的更复杂的文档。... 向文档对象添加一个 Page 。现在我们的文档将有一页。 向页面添加一个 Image...() # 添加页面 page = document . pages . add () # 添加图像 page . add_image...

    docs.aspose.com/pdf/zh/python-net/complex-pdf-e...
  3. Container Styling Issue - Free Support Forum - ...

    I am having an issue when copying a container from one Page to another. The script below makes the correct # of copies and resizes them correctly. However, the styling is incorrect. If you open the output file in visi…...copying a container from one page to another. The script below...Find-VisioShape { [CmdletBinding()] param($page, [string]$Key, [string]$Value...

    forum.aspose.com/t/container-styling-issue/320591
  4. 使用 Aspose.Slides 与 ReportViewer 2010 和 2012|Asp...

    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....StartRendering(format); int page = 1; //此循环遍历报告的所有页面 while (true)...CreateRplStream(reportViewer, page)) { //如果 rplStream 为空则说明我们已到达报告末尾...

    docs.aspose.com/slides/zh/reportingservices/usi...
  5. Convert PDF File|Aspose.PDF for .NET

    Learn how to convert a PDF file to various formats in .NET using Aspose.PDF for flexible document handling....Contents [ Hide ] Convert PDF Pages to Different Image Formats In...In order to convert PDF pages to different image formats, you...

    docs.aspose.com/pdf/net/convert-pdf-file/
  6. Փոխարկել TEXT PNG C#

    Փոխարկեք TEXT ը PNG ձևաչափի C# կոդով: Պահեք TEXT որպես PNG օգտագործելով C#:...Png); for ( int page = 0 ; page < doc.PageCount; page++) { saveOptions...= new PageSet(page); doc.Save( $"Output_ {page + 1 } .png" ,...

    products.aspose.com/words/hy/net/conversion/tex...
  7. Convert TEXT To PNG C++

    Convert TEXT to PNG format in C++ code. Save TEXT as PNG using C++....for ( int page = 0 ; page < doc-> get_PageCount (); page++) { saveOptions->...set_PageSet ( MakeObject <PageSet>(page)); doc-> Save (String:: Format...

    products.aspose.com/words/cpp/conversion/text-t...
  8. Convert HTML To GIF C++

    Convert HTML to GIF format in C++ code. Save HTML as GIF using C++....for ( int page = 0 ; page < doc-> get_PageCount (); page++) { saveOptions->...set_PageSet ( MakeObject <PageSet>(page)); doc-> Save (String:: Format...

    products.aspose.com/words/cpp/conversion/html-t...
  9. Convert DOC To PNG C++

    Convert DOC to PNG format in C++ code. Save DOC as PNG using C++....for ( int page = 0 ; page < doc-> get_PageCount (); page++) { saveOptions->...set_PageSet ( MakeObject <PageSet>(page)); doc-> Save (String:: Format...

    products.aspose.com/words/cpp/conversion/doc-to...
  10. Convert DOC To Image C++

    Convert DOC to Image format in C++ code. Save DOC as Image using C++....for ( int page = 0 ; page < doc-> get_PageCount (); page++) { saveOptions->...set_PageSet ( MakeObject <PageSet>(page)); doc-> Save (String:: Format...

    products.aspose.com/words/cpp/conversion/doc-to...