يوضح هذا الموضوع كيفية تحويل HTML إلى PDF وMHTML إلى PDF باستخدام Aspose.PDF لبايثون....pdf as ap input_pdf = DIR_INPUT + "little_html...pdf" options = ap . HtmlLoadOptions () document = ap . Document (...
Aspose.PDF for Python via .NET으로 PDF 문서를 생성하고 형식화합니다....pdf as ap # 문서 객체 초기화 document = ap . Document () #...추가 page . paragraphs . add ( ap . text . TextFragment ( "Hello...
Este tópico descreve como rotacionar a orientação da página em um arquivo PDF existente programaticamente com Python....pdf as ap doc = ap . Document ( input_pdf )...newHeight ) page . media_box = ap . Rectangle ( newLLX , newLLY...
Cet exemple démontre comment créer un document PDF simple avec le texte Hello World en utilisant Aspose.PDF pour Python via .NET....pdf as ap # Initialiser l'objet document document = ap . Document...textfragment text_fragment = ap . text . TextFragment ( "Hello...