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

paged

(0.28 sec)
  1. Procurar

    Procurar...Pages.Add() . Crie um novo objeto...Adicionar Página Page page = document.Pages.Add(); // Adicionar...

    blog.aspose.com/pt/pdf/create-pdf-files-using-c...
  2. Lavorare con i documenti in PostScript | C++

    L'aggiunta di pagine a un file PS è una funzionalità supportata dalla soluzione API Aspose.Page. Scopri come utilizzare questa funzionalità in C++....Page Product Solution Aspose.PSD...ZIP Product Solution Aspose.Page Product Solution Aspose.PSD...

    docs.aspose.com/page/it/cpp/ps/working-with-doc...
  3. PDF 파일에 사각형 객체 추가|Aspose.PDF for Java

    이 문서에서는 Aspose.PDF for Java를 사용하여 PDF에 사각형 객체를 생성하는 방법을 설명합니다....Page ; import com.aspose.pdf.Point...페이지를 PDF 파일의 페이지 컬렉션에 추가 Page page = pdfDocument . getPages ()...

    docs.aspose.com/pdf/ko/java/add-rectangle/
  4. PageSetup.vertical_alignment property | Aspose....

    PageSetup.vertical_alignment property. Returns or sets the vertical alignment of text on each page in a document or section....vertical alignment of text on each page in a document or section. @property...Shows how to apply and revert page setup settings to sections in...

    reference.aspose.com/words/python-net/aspose.wo...
  5. How to get horizontal alignment - Free Support ...

    Hi, to get and set the horizontal alignment of a shapes text i have to use the Para class. That’s what i read at following page: Working with Shapes Paragraph But if i do so, all of my shapes have allways an empty Par…...That’s what i read at following page: Working with Shapes Paragraph...vsdx"); Aspose.Diagram.Page page = diagram.Pages[0]; foreach (Aspose...

    forum.aspose.com/t/how-to-get-horizontal-alignm...
  6. Document error: TJ operator without preceding T...

    When we trying to extract a text or print a pdf, we are getting the below error message “Document error: TJ operator without preceding Tf - no font set for the text segment“. unfortunately due to privacy, i cant upload …...#=zbQhQKFg=(Page #=ztL8V05k=) at #=z9W8OEM$p...#=zWR6Slpk=, Resources #=za3NwiOk=, Page #=ztL8V05k=, Rectangle #=zsJwR5inyT$sP)...

    forum.aspose.com/t/document-error-tj-operator-w...
  7. Slow Performance When Converting Slides to Imag...

    2222.zip (5.6 MB) PPT 1A33BEA1-5E79-4447-8E8E-ED201D20C8E31: The overall conversion process is slow. PPT 6c98339c-5623-4163-b439-0a04a7effc5b: The conversion process hangs/stalls specifically on page 5. code**********…...hangs/stalls specifically on page 5. code********** public static...width, int height, List<int> pages, bool clearLayout = false) {...

    forum.aspose.com/t/slow-performance-when-conver...
  8. Используйте индексы соединения для соединения ф...

    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....Diagram (); // get page by index Page page = diagram . getPages...shapes by ID Shape shape1 = page . getShapes (). getShape ( shape1_ID...

    docs.aspose.com/diagram/ru/java/use-connection-...
  9. Java 를 통해 PDF에 이미지 추가 | Aspose.PDF

    Java 용 Aspose.PDF 를 사용하여 Java 샘플 코드를 사용하여 프로그래밍 방식으로 PDF 문서에 이미지 추가...; int upperRightY = 200 ; Page page = pdfDocument . getPages ()..."aspose-logo.jpg" ). toString ()); page . getResources (). getImages...

    products.aspose.com/pdf/ko/java/images/add/
  10. PDF ถึง DOCX ผสานโดยใช้ C++ | Aspose.PDF

    รวมเอกสาร PDF สองไฟล์ขึ้นไปเป็นไฟล์เดียว DOCX แบบโปรแกรมด้วยรหัสตัวอย่าง C++ โดยใช้ Aspose.PDF สำหรับ C++...pdf" ); // add page from one document to another...for ( auto const & page : firstDoc -> get_Pages ()) outputDoc ->...

    products.aspose.com/pdf/th/cpp/merger/pdf-to-docx/