Sort Score
Result 10 results
Languages All
Labels All
Results 2,631 - 2,640 of 4,508 for

rotate page

(2.97 sec)
  1. Hur man roterar PDF med Python

    Denna korta självstudieguide visar hur du roterar PDF med Python. Den innehåller detaljerade steg för att skriva applikationen och en körbar exempelkod för att rotera PDF-sidor med Python....Page Product Family Aspose.PSD Product...för att ändra orienteringen Rotate sidans innehåll även om det...

    kb.aspose.com/sv/pdf/python/how-to-rotate-pdf-u...
  2. 档案

    档案... 使用 Page->setRotate(Rotation value) 方法旋转每一页。 使用...(System::SharedPtr<Page> page : pdfDocument->get_Pages()) { // 旋转页面 page->se...

    blog.aspose.com/zh/pdf/rotate-pdf-pages-text-or...
  3. Rotar Páginas de PDF Usando Python|Aspose.PDF p...

    Este tema describe cómo rotar la orientación de la página en un archivo PDF existente programáticamente con Python....rotación usando el método ‘rotate’. import aspose.pdf as ap doc...input_pdf ) for page in doc . pages : r = page . media_box newHeight...

    docs.aspose.com/pdf/es/python-net/rotate-pages/
  4. 档案

    档案...Pages.Add() 方法获取其引用。 之后,使用 TextFragment...TextState.Rotation 属性设置旋转角度。 创建一个新的 TextBuilder 对象并使用 Page 对象对其进行初始化。...

    blog.aspose.com/zh/pdf/rotate-text-inside-pdf-d...
  5. Impostare opzioni di pagina con Node.js tramite...

    Questo articolo fornisce codice di esempio per impostare le opzioni di pagina dei fogli di lavoro Excel programmaticamente usando Node.js tramite C++. Imposta l orientamento della pagina, fattore di scalatura, opzioni FitToPages, dimensione della carta, qualità di stampa, e numero della prima pagina....); // Setting the number of pages to which the length of the worksheet...); // Setting the number of pages to which the width of the worksheet...

    docs.aspose.com/cells/it/nodejs-cpp/setting-pag...
  6. Настройка параметров страницы с помощью Node.js...

    В этой статье представлен пример кода для программного задания параметров страницы листов Excel с помощью Node.js через C++. Установите ориентацию страницы, масштабный коэффициент, параметры FitToPages, размер бумаги, качество печати, номер первой страницы....); // Setting the number of pages to which the length of the worksheet...); // Setting the number of pages to which the width of the worksheet...

    docs.aspose.com/cells/ru/nodejs-cpp/setting-pag...
  7. Archivio

    Archivio...Pages.Add() . Successivamente, crea...proprietà TextFragment.TextState.Rotation . Crea un nuovo oggetto TextBuilder...

    blog.aspose.com/it/pdf/rotate-text-inside-pdf-d...
  8. Изменение размера страницы PDF программно|Aspos...

    Измените размер страницы в вашем PDF-файле с помощью PHP.... Класс Page содержит метод SetPageSize(…)...Получить конкретную страницу $page = $pageCollection -> get_Item...

    docs.aspose.com/pdf/ru/php-java/change-page-size/
  9. Configuración de opciones de página con Node.js...

    Este artículo proporciona código de ejemplo para establecer las opciones de página de hojas de cálculo de Excel programáticamente usando Node.js vía C++. Establecer la orientación de la página, factor de escala, opciones de ajuste a páginas, tamaño del papel, calidad de impresión, primer número de página....); // Setting the number of pages to which the length of the worksheet...); // Setting the number of pages to which the width of the worksheet...

    docs.aspose.com/cells/es/nodejs-cpp/setting-pag...
  10. Изменение размера страницы PDF с помощью C#|Asp...

    Измените размер страницы вашего PDF-документа с помощью библиотеки Aspose.PDF for .NET.... Класс Page содержит метод SetPageSize(…)...RunExamples . GetDataDir_AsposePdf_Pages (); // Open PDF document using...

    docs.aspose.com/pdf/ru/net/change-page-size/