Sort Score
Result 10 results
Languages All
Labels All
Results 6,371 - 6,380 of 187,808 for

paged

(0.28 sec)
  1. Procurar

    Procurar...nova Page ao documento PDF usando o método Document.Pages.Add()...Image à página usando o método Page.Paragraphs.Add(Image) . Defina...

    blog.aspose.com/pt/pdf/create-photo-album-in-cs...
  2. Word to PDF conversion issue when deployed on A...

    Hello Aspose Support Team, We are facing a Word to PDF conversion issue using Aspose.Words for .NET that occurs only when deployed on Azure App Service, while the exact same code and document work correctly in a local …...only 1 page . Local execution (Windows machine): DOCX page count:...count: 1 Generated PDF page count: 1 (correct) Azure App Service...

    forum.aspose.com/t/word-to-pdf-conversion-issue...
  3. Інсталяція та запуск прикладів | Node.js через C++

    Дізнайтеся про те, як встановити та використовувати Aspose.Page для Node.js. Знайдіть приклади коду для кращого розуміння....Page Product Solution Aspose.PSD...ZIP Product Solution Aspose.Page Product Solution Aspose.PSD...

    docs.aspose.com/page/uk/nodejs-cpp/installation/
  4. Aspose::Words::Layout::LayoutCollector::Clear m...

    Aspose::Words::Layout::LayoutCollector::Clear method. Clears all collected layout data. Call this method after document was manually updated, or layout was rebuilt in C++....how to see the the ranges of pages that a node spans. auto doc..."GetNumPagesSpanned" method to count how many pages the content of our document...

    reference.aspose.com/words/cpp/aspose.words.lay...
  5. DocumentSplitCriteria | Aspose.Words for Java

    Specifies how the document is split into parts when saving to SaveFormat.HTML SaveFormat.EPUB or SaveFormat.AZW_3 format in Java....you can split the document at page breaks and heading paragraphs...it falls under two criteria: PAGE_BREAK and HEADING_PARAGRAPH...

    reference.aspose.com/words/java/com.aspose.word...
  6. Archiver

    les archives...une nouvelle page Étape 3 : Ajouter un titre de page Étape 4 : Ajouter...donne un contrôle total sur les pages, le texte, la mise en forme...

    blog.aspose.com/fr/note/bullet-journaling-with-...
  7. Actualizar Dimensiones de Página en Ruby|Aspose...

    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....obtener la colección de páginas page_collection = pdf . getPages...página en particular pdf_page = page_collection . get_Item ( 1...

    docs.aspose.com/pdf/es/java/update-page-dimensi...
  8. Definir Tamanho da Imagem|Aspose.PDF para Java

    Esta seção descreve como definir o tamanho da imagem em um arquivo PDF usando a biblioteca Java....de páginas do arquivo PDF Page page = doc . getPages (). add ();..._dataDir + "aspose-logo.jpg" ); page . getParagraphs (). add ( img...

    docs.aspose.com/pdf/pt/java/set-image-size/
  9. 프로그래밍으로 PDF 문서 생성|Aspose.PDF for Python via .NET

    이 페이지는 Aspose.PDF for Python via .NET 라이브러리를 사용하여 처음부터 PDF 문서를 생성하는 방법을 설명합니다.... Page 객체를 Document 객체의 Pages 컬렉션에 추가합니다. 페이지의...Document () # 페이지 추가 page = document . pages . add () # textfragment...

    docs.aspose.com/pdf/ko/python-net/create-document/
  10. Dodaj nagłówek do pliku PDF za pomocą PHP | Asp...

    PHP przykładowy kod do dodania nagłówka w dokumencie PDF na dowolnej platformie....$verticalAlignment -> Top ); $pages = $document -> getPages ();...footer to 1st page $page = $pages -> get_Item ( 1 ); $page -> addStamp...

    products.aspose.com/pdf/pl/php-java/header/