Sort Score
Result 10 results
Languages All
Labels All
Results 2,691 - 2,700 of 4,349 for

rotate page

(0.35 sec)
  1. PDF 내 텍스트 회전|Aspose.PDF for Java

    PDF에 텍스트를 회전시키는 다양한 방법을 배우세요. Aspose.PDF는 텍스트를 원하는 각도로 회전시키거나 텍스트 조각 또는 전체 단락을 회전시킬 수 있습니다....Document (); // 특정 페이지 가져오기 Page pdfPage = pdfDocument . getPages...textFragment2 = new TextFragment ( "rotated text" ); textFragment2 . setPosition...

    docs.aspose.com/pdf/ko/java/rotate-text-inside-...
  2. 使用 Python 旋转 PDF | Aspose.PDF

    使用 Aspose.PDF for Python for .NET 使用 Python 示例代码,以编程方式旋转 PDF 文档...path_infile ) for page in document . pages : # Setting Rotation angle of...of page page . rotate = apdf . Rotation . ON90 # Save output file...

    products.aspose.com/pdf/zh-hant/python-net/rotate/
  3. Ruota il PDF usando C++ | Aspose.PDF

    Ruota i documenti PDF in modo programmatico con codice di esempio C++ utilizzando Aspose.PDF per C++...( auto page : document -> get_Pages ()) { auto r = page -> get_MediaBox...to move page upper in order to compensate changing page size //...

    products.aspose.com/pdf/it/cpp/rotate/
  4. Rotacionar Páginas de PDF Usando C++|Aspose.PDF...

    Este tópico descreve como rotacionar a orientação da página em um arquivo PDF existente programaticamente com C++....de rotação usando o método Rotate(). void ChangePageOrientatio...( auto page : document -> get_Pages ()) { auto r = page -> get_MediaBox...

    docs.aspose.com/pdf/pt/cpp/rotate-pages/
  5. 使用 Python 旋转 PDF | Aspose.PDF

    使用 Aspose.PDF for Python for .NET 使用 Python 示例代码,以编程方式旋转 PDF 文档...path_infile ) for page in document . pages : # Setting Rotation angle of...of page page . rotate = apdf . Rotation . ON90 # Save output file...

    products.aspose.com/pdf/zh-hans/python-net/rotate/
  6. 搜索

    搜索... 創建一個新的 TextBuilder 對象並使用 Page 對像對其進行初始化。 使用 TextBuilder.a...= new Document(); // 獲取特定頁面 Page pdfPage = pdfDocument.getPages()...

    blog.aspose.com/zh-hant/pdf/rotate-text-inside-...
  7. Lägg till vattenmärke till PDF med Node.js via ...

    Lär dig hur man lägger till text och bildvattenmärke till PDF när du konverterar Excel till PDF med Aspose.Cells for Node.js via C++....ställa in justering, offset, rotation, opacitet, förgrund/bakgrund...// prepare a workbook with 3 pages. const wb = new AsposeCells...

    docs.aspose.com/cells/sv/nodejs-cpp/add-waterma...
  8. 档案

    档案... 创建一个新的 TextBuilder 对象并使用 Page 对象对其进行初始化。 使用 TextBuilder.a...= new Document(); // 获取特定页面 Page pdfPage = pdfDocument.getPages()...

    blog.aspose.com/zh/pdf/rotate-text-inside-pdf-d...
  9. Pourquoi choisir Aspose.Pdf pour les services d...

    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.... ## Angle de Rotation de la Page Lorsque vous utilisez...nombre de degrés par lequel la page doit être tournée dans le sens...

    docs.aspose.com/pdf/fr/reportingservices/why-ch...
  10. Поворот страниц PDF с использованием C++|Aspose...

    В этой теме описано, как программно изменить ориентацию страниц в существующем PDF-файле с помощью C++....угол поворота с помощью метода Rotate(). void ChangePageOrientatio...( auto page : document -> get_Pages ()) { auto r = page -> get_MediaBox...

    docs.aspose.com/pdf/ru/cpp/rotate-pages/