Sort Score
Result 10 results
Languages All
Labels All
Results 2,171 - 2,180 of 3,409 for

rotate page

(0.06 sec)
  1. C++ 를 사용하여 PDF에 텍스트 스탬프 추가 | Aspose.PDF

    C++ 언어를 사용하는 모든 플랫폼에서 PDF에 텍스트 스탬프를 추가하는 간단한 데모 소스 코드입니다....); // Rotate stamp textStamp -> set_Rotate ( Rotation :: on90...stamp to particular page document -> get_Pages () -> idx_get ( 1...

    products.aspose.com/pdf/ko/cpp/stamps/text/
  2. متن، تصویر یا تمبر صفحه در PDF با استفاده از Ja...

    کد منبع جاوا برای کار با تمبر در PDF در جاوا و پی اچ پی، دلفی....100 ; // Rotate stamp textStamp . Rotate = Rotation . on90 ;...stamp to particular page pdfDocument . Pages [ 1 ] . AddStamp (...

    products.aspose.com/pdf/fa/java/stamps/
  3. 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/
  4. Ruota il PDF usando C++ | Aspose.PDF

    Questa pagina descrive le caratteristiche di come ruotare il file PDF utilizzando Aspose.PDF per la libreria 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/
  5. Comment faire pivoter un PDF avec Java

    Cet article décrit comment faire pivoter un PDF à l'aide de Java. Il contient des instructions pour définir l'environnement, écrire l'application de base et un exemple de code pour modifier l'orientation du PDF à l'aide de Java....Page Product Family Aspose.PSD Product...exécutable pour faire pivoter les pages PDF à l’aide de Java . Une explication...

    kb.aspose.com/fr/pdf/java/how-to-rotate-pdf-usi...
  6. PDF 페이지 회전 프로그래밍|Aspose.PDF for Java

    페이지 방향 변경 및 페이지 내용을 새로운 페이지 방향에 맞추기 위한 Java 사용법.... Rotate() 메서드를 사용하여 회전 각도를 설정하여 페이지...+ "sample2.pdf" ); for ( Page page : pdfDocument . getPages ())...

    docs.aspose.com/pdf/ko/java/rotate-pages/
  7. چرخش PDF با استفاده از C++ | Aspose.PDF

    این صفحه ویژگی های نحوه چرخش فایل PDF با استفاده از Aspose.PDF برای کتابخانه 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/fa/cpp/rotate/
  8. Поворот страниц 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/
  9. Aggiungi timbro immagine al PDF usando Python |...

    Codice sorgente Python per aggiungere timbro immagine al file PDF su.NET Framework, .NET Core.... rotate = ap . Rotation . ON270 image_stamp...stamp to particular page document . pages [ 1 ] . add_stamp (...

    products.aspose.com/pdf/it/python-net/stamps/im...
  10. Aggiungi filigrana al PDF usando C++ | Aspose.PDF

    Semplice codice sorgente demo per aggiungere filigrana al file PDF su qualsiasi piattaforma con linguaggio C++....Page.Artifacts. Salva file PDF Aggiungi...Set artifact position and rotation artifact -> set_ArtifactHorizontalAl...

    products.aspose.com/pdf/it/cpp/watermark/add/