Sort Score
Result 10 results
Languages All
Labels All
Results 6,891 - 6,900 of 148,789 for

paged

(0.11 sec)
  1. HtmlSaveOptions.ExportPageMargins | Aspose.Word...

    Discover how the HtmlSaveOptions ExportPageMargins property enhances your HTML, MHTML, and EPUB exports by controlling page margins for a polished presentation....ExportPageMargins property Specifies whether page margins is exported to HTML...Words does not show area of page margins by default. If any elements...

    reference.aspose.com/words/net/aspose.words.sav...
  2. Aspose.pdf转图片卡住 - Free Support Forum - aspose.com

    using (Document pdf = new Document(sourcePath)) { Parallel.For(data.start_page, data.end_page + 1, x => { var width = (pdf.Pages[x].GetPageRect(true).Width * percentage).ToInt(); var height = (pdf.Pages[x].GetPageRe…...start_page, data.end_page + 1, x => { var width = (pdf.Pages[x]...ToInt(); var height = (pdf.Pages[x].GetPageRect(true).Height...

    forum.aspose.com/t/aspose-pdf/312746
  3. 注解 PDF API | Aspose.PDF

    使用适用于任何平台的免费跨平台应用程序和高级代码 API 从 PDF 文档中删除注释。... Pages [ 1 ], new Rectangle ( 299.988...Color . Blue }; document . Pages [ 1 ]. Annotations . Add ( caretAnnotation1...

    products.aspose.com/pdf/zh-hans/annotation/
  4. Convertir un document en PDF dans Java|Aspose.W...

    Convertissez un document dans Word ou tout autre format pris en charge en PDF, ce qui préserve l'apparence d'origine d'un document lors de son rendu sur diverses plates-formes à l'aide de Java....est PDF – un format à mise en page fixe, qui préserve l’apparence...paginé ou ayant le concept de pages. Convertir un document Word...

    docs.aspose.com/words/fr/java/convert-a-documen...
  5. Mengedit halaman individu PDF|Aspose.PDF for .NET

    Bagian ini menjelaskan cara mengedit halaman individu PDF menggunakan kelas PdfPageEditor....array of pages which need to be manipulated (pages can be multiple...here we have specified only one page) pdfPageEditor . ProcessPages...

    docs.aspose.com/pdf/id/net/editing-a-pdf-s-indi...
  6. Lưu trữ

    Lưu trữ...Page cho .NET , các nhà phát triển...PostScript # Bạn có thể tải Aspose.Page cho .NET từ trang phát hành...

    blog.aspose.com/vi/page/how-to-add-text-in-ps-f...
  7. 기존 PDF의 테이블 조작|Aspose.PDF for Python via .NET

    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.... pages [ 1 ]) # 페이지의 첫 번째 테이블, 첫 번째...absorber . visit ( pdf_document . pages [ 1 ]) # 페이지에서 첫 번째 표 가져오기 table...

    docs.aspose.com/pdf/ko/python-net/manipulate-ta...
  8. Convertir PDF en PNG|Aspose.PDF pour Android vi...

    Cette page décrit comment convertir des pages PDF en images PNG, convertir toutes les pages et des pages uniques en images PNG avec Aspose.PDF pour Android via Java....via Java pour convertir des pages PDF en images PNG de manière...vous permet de convertir des pages PDF en images PNG. Cette classe...

    docs.aspose.com/pdf/fr/androidjava/convert-pdf-...
  9. PDFから段落を抽出|Aspose.PDF for Android via Java

    この記事では、Aspose.PDFの特別なツールであるParagraphAbsorberを使用してPDFドキュメントからテキストを抽出する方法について説明します。...pdf" ); Page page = doc . getPages (). get_Item...ParagraphAbsorber (); absorber . visit ( page ); PageMarkup markup = absorber...

    docs.aspose.com/pdf/ja/androidjava/extract-para...
  10. C# 를 통해 PDF 자르기 | Aspose.PDF

    품질 저하 없이 C#으로 PDF를 자릅니다.이 페이지에서는 Aspose.PDF for .NET 라이브러리를 사용하여 PDF 파일을 자르는 기능에 대해 설명합니다.... Combine ( dataDir , "crop_page.pdf" )); Console . WriteLine...WriteLine ( pdfDocument . Pages [ 1 ]. CropBox ); Console . WriteLine...

    products.aspose.com/pdf/ko/net/crop/