Sort Score
Result 10 results
Languages All
Labels All
Results 8,241 - 8,250 of 190,038 for

paged

(1.7 sec)
  1. 아카이브

    아카이브...Pages.Add() 메서드를 사용하여 PDF 문서에 새 Page 를 추가하고 페이지의... 이미지를 FileStream 객체에 로드합니다. Page.Paragraphs.Add(Image) 메서드를 사용하여...

    blog.aspose.com/ko/pdf/create-photo-album-in-cs...
  2. 搜索

    搜索...Pages.Add() 方法向 PDF 文檔添加一個新的 Page 並設置頁面的頁邊距。 將圖像加載到...將圖像加載到 FileStream 對像中。 使用 Page.Paragraphs.Add(Image) 方法向頁面添加新的...

    blog.aspose.com/zh-hant/pdf/create-photo-album-...
  3. 搜索

    搜索...Pages 集合循環瀏覽 PDF 的頁面。 在每次迭代中,為輸出的...類的對象。 使用 JpegDevice.Process(Page, Stream) 方法將頁面轉換為 JPG。 以下代碼示例展示瞭如何使用...

    blog.aspose.com/zh-hant/pdf/convert-pdf-to-jpg-...
  4. HorizontalAlignment enumeration | Aspose.Words ...

    aspose.words.drawing.HorizontalAlignment enumeration. Specifies horizontal alignment of a floating shape, text frame or floating table....floating image to the center of a page. doc = aw . Document () builder...overlapping text and align it to the page's center. shape = builder ....

    reference.aspose.com/words/python-net/aspose.wo...
  5. Dibujos DWF|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....establecer las propiedades page_height y page_width . Crear un objeto...establecer las propiedades page_height y page_width . Crear un objeto...

    docs.aspose.com/cad/es/python-net/developer-gui...
  6. PDF 문서 생성|Aspose.PDF for Java

    Aspose.PDF for Java에서 PDF 파일을 생성하는 방법을 배우세요.... Document 객체 인스턴스화 문서 객체에 Page 추가 TextFragment 객체 생성 TextFragment...new Document (); // 페이지 추가 Page page = document . getPages ()....

    docs.aspose.com/pdf/ko/java/create-document/
  7. Extract Tables from PDF using C# | Aspose.PDF

    Extract tables from PDF file programmatically with C# sample code using Aspose.PDF for .NET...TableAbsorber and iterate over pages Extract table content Save extracted...); foreach ( var page in pdfDocument . Pages ) { var absorber...

    products.aspose.com/pdf/net/table/extract/
  8. PDF Footer Insertion Using C# | Aspose.PDF

    Add footer to PDF programmatically with C# sample code using Aspose.PDF for .NET.... Add the Stamp to Page using AddStamp method. Save...foreach ( var page in pdfDocument . Pages ) { page . AddStamp (...

    products.aspose.com/pdf/net/footer/
  9. Обновление размеров страницы в Ruby|Aspose.PDF ...

    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....# получить коллекцию страниц page_collection = pdf . getPages...определенную страницу pdf_page = page_collection . get_Item ( 1...

    docs.aspose.com/pdf/ru/java/update-page-dimensi...
  10. Tworzenie pliku PDF przy użyciu .NET | Aspose.PDF

    W tym temacie przedstawiono, jak używać Aspose.PDF for .NET API do łatwego generowania i odczytywania plików PDF w aplikacjach .NET....Dodaj stronę za pomocą metody Pages.add (). Utwórz nowy obiekt TextFragment...Document (); var page = pdfDocument . Pages . Add (); page . Paragraphs...

    products.aspose.com/pdf/pl/net/create/