Sort Score
Result 10 results
Languages All
Labels All
Results 1,881 - 1,890 of 186,710 for

page

(0.2 sec)
  1. Aspose PDF not printing correctly - Free Suppor...

    I have several Word documents that I need to print using Aspose WORDS or Aspose PDF. I have tried the following methods. Method 1. Print from Aspose WORDS. Prints OK. I can set duplex, color, but the paper size and ori…... I can set page size, orientation, duplex,color...AutoResize=true the printed page is re-sized much too small....

    forum.aspose.com/t/aspose-pdf-not-printing-corr...
  2. Acrobat reader point vs pdf point - Free Suppor...

    Hi, One of my user have pointed out that the points system used in pdf documents do not match the point system used by Acrobat Reason 1. What 's the reason?2. What's the conversion rate between the system so I can show …...Document(fileStream)) { foreach (Page page in pdfDoc.Page) { page.PageInfo.Width;...Width; ====> 595! page.PageInfo.Height; ====> 842! } } 2. using (var...

    forum.aspose.com/t/acrobat-reader-point-vs-pdf-...
  3. Impose PDF using Java

    This article guides on how to impose PDF using Java. It has the details to set the IDE, a list of steps, and a sample code to perform PDF imposition using Java....Page Product Family Aspose.PSD Product...will guide you in applying PDF page imposition using various overloaded...

    kb.aspose.com/pdf/java/impose-pdf-using-java/
  4. ViewOptions class | Aspose.Words for Python

    aspose.words.settings.ViewOptions class. Provides various options that control how a document is shown in Microsoft Word... do_not_display_page_boundaries Turns off display...text and the top edge of the page. forms_design Specifies whether...

    reference.aspose.com/words/python-net/aspose.wo...
  5. Aspose convert docx to md,Table Content Convers...

    I convert docx to markdown.There is a table content in the docx, not an image. But after converting to markdown, the table content becomes an image. code: document = aw.Document(file_path) for Page in range(0, docu…...Document(file_path) for page in range(0, document.page_count): extractedPage...document.extract_pages(page, 1) name = f"output2/page{page + 1}.docx"...

    forum.aspose.com/t/aspose-convert-docx-to-md-ta...
  6. Convert URL to PDF using C#

    This tutorial describes how to convert URL to PDF using C#. It has the details to set the IDE, a list of steps, and a sample code for transforming link to PDF document using C#....Page Product Family Aspose.PSD Product...settings for the output PDF page are also shared for creating...

    kb.aspose.com/pdf/net/convert-url-to-pdf-using-...
  7. Table recognition|Documentation

    Extracting and recognizing table cells from images, web links, scanned PDFs, DjVu files, folders, archives and other content....for page in table . pages : print ( "page:" + str ( page . page_index...page_index )) for row in page . rows : print ( "row:" + str (...

    docs.aspose.com/ocr/python-net/table-recognition/
  8. Determine Line Break|Aspose.PDF for Java

    Learn more about how to determinate a line break of multi-line TextFragment using Java...GetNotifications () method of Page class as follows, in order to...Document doc = new Document (); Page page = doc . getPages (). add ();...

    docs.aspose.com/pdf/java/determine-line-break/
  9. Convert DOCM to DOCX|Aspose.Words for .NET

    Convert DOCM to DOCX easily and fast instead of using Open XML SDK in C#....Hide ] What is this page about? This page describes how to convert...a compliant manner. On this page we will look at how to convert...

    docs.aspose.com/words/net/convert-a-word-proces...
  10. 使用 Java 向 PDF 添加文本 | Aspose.PDF

    使用 Aspose.PDF for Java,使用 Java 示例代码,以编程方式向 PDF 添加文本...TextBuilder 將 TextParagraph 新增到 Page。 再次儲存文件。 將文字新增到 PDF - Java 此示例代码说明如何在...toString ()); // get particular page Page pdfPage = pdfDocument . getPages...

    products.aspose.com/pdf/zh-hant/java/text/