Sort Score
Result 10 results
Languages All
Labels All
Results 1,961 - 1,970 of 2,304 for

trim document

(0.07 sec)
  1. Notas da Versão Aspose.PSD for .NET 23.2|Docume...

    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.... Trim (). ToUpper ()) { case "NOME"...

    docs.aspose.com/psd/pt/net/aspose-psd-for-net-2...
  2. Получение и Установка Свойств Страницы|Aspose.P...

    Эта тема объясняет, как получить номера в PDF-файле, получить свойства страницы и определить цвет страницы с использованием Aspose.PDF для Java....PDF-файл с использованием класса Document . Затем используйте свойство...PageCollection (из объекта Document), чтобы получить общее количество...

    docs.aspose.com/pdf/ru/java/get-and-set-page-pr...
  3. FieldGreetingLine.NameFormat | Aspose.Words لـ ...

    FieldGreetingLine NameFormat ملكية. الحصول على أو تعيين تنسيق الاسم المدرج في الحقل في C#.... Document doc = new Document (); DocumentBuilder...Words!" , doc . GetText (). Trim ()); أنظر أيضا class FieldGreetingLine...

    reference.aspose.com/words/ar/net/aspose.words....
  4. FieldGreetingLine.GetFieldNames | Aspose.Words ...

    FieldGreetingLine GetFieldNames طريقة. إرجاع مجموعة من أسماء حقول دمج المراسلات المستخدمة بواسطة الحقل في C#.... Document doc = new Document (); DocumentBuilder...Words!" , doc . GetText (). Trim ()); أنظر أيضا class FieldGreetingLine...

    reference.aspose.com/words/ar/net/aspose.words....
  5. RtfLoadOptions Class | Aspose.Words per .NET

    Aspose.Words.Loading.RtfLoadOptions classe. Permette di specificare opzioni aggiuntive durante il caricamentoRtf Documento in aDocument oggetto in C#....caricamentoRtf documento in a Document oggetto. Per saperne di più...recognizeUtf8Text ; Document doc = new Document ( MyDir + "UTF-8...

    reference.aspose.com/words/it/net/aspose.words....
  6. NodeImporter Class | Aspose.Words لـ .NET

    Aspose.Words.NodeImporter فصل. يسمح بإجراء الاستيراد المتكرر للعقد من مستند إلى آخر بكفاءة في C#....InsertAtBookmark () { Document doc = new Document (); DocumentBuilder...Write ( "We will insert a document here: " ); builder . EndBookmark...

    reference.aspose.com/words/ar/net/aspose.words/...
  7. Получение и Установка Свойств Страницы|Aspose.P...

    Эта тема объясняет, как получить номера в PDF-файле, получить свойства страницы и определить цвет страницы с использованием Aspose.PDF для PHP через Java....PDF-файл, используя класс Document . Затем страницы документа...Открыть документ $document = new Document ( $inputFile ); $pages...

    docs.aspose.com/pdf/ru/php-java/get-and-set-pag...
  8. PDF-pagina's bijsnijden met Python

    Dit artikel beschrijft hoe u PDF-pagina's bijsnijdt met Python. Het bevat de basisinformatie om de IDE in te stellen, een applicatie te schrijven en een voorbeeldcode om een PDF-bestand bij te snijden met behulp van Python....PDF-bronbestand in het klasseobject Document om een pagina bij te snijden...weergegeven in Adobe Acrobat, trim_box voor de uiteindelijke grootte...

    kb.aspose.com/nl/pdf/python/how-to-crop-pdf-pag...
  9. 使用 Python 裁剪 PDF | Aspose.PDF

    在 Python 中为.NET 裁剪 PDF 而不会降低质量。本页介绍使用 Aspose.PDF for Python 库裁剪 PDF 文件的功能。...pdf as apdf document = apdf . Document ( input_pdf ) # Create...True ) document . pages [ 1 ] . crop_box = new_box document . pages...

    products.aspose.com/pdf/zh-hans/python-net/crop/
  10. 프로그래밍 방식으로 PDF 페이지 자르기|Aspose.PDF for Java

    Aspose.PDF for Java를 사용하여 너비, 높이, 블리드, 크롭 및 트림박스와 같은 페이지 속성을 가져올 수 있습니다.... Trim box : 트림 박스는 인쇄 및 트림 후 문서의 최종... ; // 문서 열기 Document pdfDocument = new Document ( _dataDir +...

    docs.aspose.com/pdf/ko/java/crop-pages/