Sort Score
Result 10 results
Languages All
Labels All
Results 2,701 - 2,710 of 7,647 for

rotate

(2.04 sec)
  1. Obter informações da página|Aspose.PDF for Pyth...

    Aprenda como acessar programaticamente informações ao nível de página em um PDF usando Aspose.PDF for Python. Este guia mostra como recuperar a largura, altura, rotação e deslocamentos de uma página específica em um documento PDF....( 1 ) page_rotation = pdf_info . get_page_rotation ( 1 ) page_x_offset...) print ( f "Page Rotation: { page_rotation } " ) Obter Deslocamento...

    docs.aspose.com/pdf/pt/python-net/get-page-info/
  2. Cargar archivo en la aplicaci n web ASP.NET en ...

    Proporciona un ejemplo de c�mo utilizar la biblioteca zip de C# para la descompresi�n de archivos y el procesamiento de im�genes para aplicaciones web ASP.NET...."required" /> 3 < br /> 4 < span >Rotation angle: </ span >< input type...Copy 1 using (MemoryStream rotated = new MemoryStream()) 2 { 3...

    docs.aspose.com/zip/es/net/upload-archive-asp-net/
  3. Best practice to consider image alignment when ...

    Hello, a technical question. We convert pictures, including many pictures taken with mobile phones, to PDF. Is there a way to take into account the rotation of the mobile phone picture when converting to PDF? Kind Reg…...way to take into account the rotation of the mobile phone picture...provide examples of normal and rotated photos so we could test this...

    forum.aspose.com/t/best-practice-to-consider-im...
  4. Mengedit halaman individu PDF|Aspose.PDF for .NET

    Bagian ini menjelaskan cara mengedit halaman individu PDF menggunakan kelas PdfPageEditor....properti seperti PageSize, Rotation, Zoom, dan DisplayDuration...Ledger, dan P11x17. Properti Rotation digunakan untuk mengatur rotasi...

    docs.aspose.com/pdf/id/net/editing-a-pdf-s-indi...
  5. Rotera GIF-dokument online eller med .NET | pro...

    Rotera GIF-dokument via onlineappen gratis..NET API C#-kod för att rotera GIF-filer....NET Rotate Rotera GIF-dokument online...GIF-fil med Image.Load Call Rotate-metod med relevanta egenskaper...

    products.aspose.com/total/sv/net/rotate/gif/
  6. Rotera TIFF-dokument online eller med .NET | pr...

    Rotera TIFF-dokument via onlineappen gratis..NET API C#-kod för att rotera TIFF-filer....NET Rotate Rotera TIFF-dokument online...TIFF-fil med Image.Load Call Rotate-metod med relevanta egenskaper...

    products.aspose.com/total/sv/net/rotate/tiff/
  7. أرشيف

    أرشيف... Aspose PDF Rotator تقدم حلًا مجانيًا وسريعًا وآمنًا...الإنترنت # قم بزيارة Aspose Rotate PDF التطبيق. أسقط أو ارفع ملفاتك...

    blog.aspose.com/ar/pdf/rotate-pdf-document-online/
  8. Rust 를 사용하여 PDF 회전 | Aspose.PDF

    Rust via C++ 용 Aspose.PDF 를 사용하여 Rust 샘플 코드를 사용하여 프로그래밍 방식으로 PDF 문서를 회전시킵니다....asposepdf :: { Document , Rotation }; fn main () -> Result <...) ? ; // Rotate page pdf . page_rotate ( 1 , Rotation :: On180...

    products.aspose.com/pdf/ko/rust-cpp/rotate/
  9. 如何使用 Python 旋转 PDF

    这个简短的教程指导如何使用 Python 旋转 PDF。它包含编写应用程序的详细步骤和使用 Python 旋转 PDF 页面的可运行示例代码。...解析 PDF 文件的每一页并交换高度和宽度以更改方向 Rotate 页面内容如有需要 将输出的 PDF 文件以修改后的方向和旋转后的内容保存在磁盘上...使用 aspose.pdf.Rotation 枚举器中的值之一设置 Page.rotate 值。 使用 Python 旋转...

    kb.aspose.com/zh/pdf/python/how-to-rotate-pdf-u...
  10. Поворот страниц PDF с помощью C#|Aspose.PDF for...

    В этом разделе описывается, как программно повернуть ориентацию страниц в существующем файле PDF с помощью C#....угол поворота с помощью метода Rotate(). // For complete examples...Setting Rotation angle of page page . Rotate = Rotation . on90...

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