Sort Score
Result 10 results
Languages All
Labels All
Results 7,161 - 7,170 of 181,600 for

paged

(0.1 sec)
  1. PDF에 페이지 추가하기 | PDF에 페이지 삽입하기

    PDF에 페이지 추가하기: Python에서 PDF에 페이지를 삽입하고, 다른 PDF에서 페이지를 추가하며, 특정 위치에 페이지를 프로그래밍 방식으로 삽입하는 방법을 배워보세요.... 파일 끝에 새 빈 페이지를 추가하려면 pages.add() 메서드를 호출하십시오. 아래 단계에 따라...Document 클래스 를 사용하여 로드합니다. pages.add() 메서드를 사용하여 새 페이지를 추가합니다...

    blog.aspose.com/ko/pdf/add-pages-to-pdf-in-python/
  2. さまざまな画像形式をPDFに変換する|Aspose.PDF for C++

    このトピックでは、Aspose.PDF for C++ライブラリを使用して、さまざまな画像形式をPDFに変換する方法を紹介します。... この Document に新しい Page を追加します。 新しいAspose.Pdf BMPを作成します。...(); // Add empty page in empty document auto page = document ->...

    docs.aspose.com/pdf/ja/cpp/convert-images-forma...
  3. Aspose::Words::Framesets namespace | Aspose.Wor...

    Aspose::Words::Framesets namespace. The Aspose.Words.Framesets namespace provides classes and enumerations that represents a frames page or a single frame on a frames page in C++....represents a frames page or a single frame on a frames page. Classes Class...Represents a frames page or a single frame on a frames page. To learn more...

    reference.aspose.com/words/cpp/aspose.words.fra...
  4. ค้นหา

    ค้นหา...สร้างอ็อบเจ็กต์คลาส Page Page page = new Page (); // เริ่มต้นวัตถุคลาส...outlineElem3 ); // เพิ่มโหนดเค้าร่าง page . appendChildLast ( outline...

    blog.aspose.com/th/note/create-bulleted-or-numb...
  5. Split PDF programmatically|Aspose.PDF for C++

    This topic shows how to split PDF pages into individual PDF files with C++....topic shows how to split PDF pages into individual PDF files in...applications. To split PDF pages into single page PDF files using C++...

    docs.aspose.com/pdf/cpp/split-pdf-document/
  6. 아카이브

    아카이브...PdfFileInfo(document); foreach (Page page in document.Pages) { int width = Convert...Convert.ToInt32(info.GetPageWidth(page.Number)); int height = Convert...

    blog.aspose.com/ko/pub/publisher-pub-to-jpg-onl...
  7. Lưu trữ

    Lưu trữ...PdfFileInfo(document); foreach (Page page in document.Pages) { int width = Convert...Convert.ToInt32(info.GetPageWidth(page.Number)); int height = Convert...

    blog.aspose.com/vi/pub/publisher-pub-to-jpg-onl...
  8. 搜索

    搜索...PdfFileInfo(document); foreach (Page page in document.Pages) { int width = Convert...Convert.ToInt32(info.GetPageWidth(page.Number)); int height = Convert...

    blog.aspose.com/zh-hant/pub/publisher-pub-to-jp...
  9. Integrasi Tabel dengan Sumber Data PDF|Aspose.P...

    Artikel ini menunjukkan cara mengintegrasikan tabel PDF. Integrasi Tabel dengan Database dan menentukan apakah tabel akan terputus di halaman saat ini....Document ()) { // Add page var page = document . Pages . Add (); // Initializes...object to first page of input document page . Paragraphs . Add...

    docs.aspose.com/pdf/id/net/integrate-table/
  10. Adicionar Páginas ao Documento PDF|Aspose.PDF f...

    Explore como adicionar páginas a um PDF existente em .NET com Aspose.PDF para aprimorar e expandir seus documentos.... GetDataDir_AsposePdf_Pages (); // Open PDF document using...Insert an empty page in a PDF document . Pages . Insert ( 2 );...

    docs.aspose.com/pdf/pt/net/add-pages/