com.itextpdf.text.Document;
Import com.itextpdf.text.DocumentException;
Import com.itextpdf.text.PageSize;
Import Com.itextpdf.text.Rectangle;
Import Com.itextpdf.text.pdf.ColumnText;
Import Com.itextpdf.text.pdf.PdfContentByte;
Import Com.itextpdf.text.pdf.PdfWriter;
Import Com.riambsoft.report.pdf.PdfReportM1HeaderFooter; /** * Classname:pdfbuilder
Core algorithm: is to calculate the length of the document, calculate the midpoint, remember that the Chinese font is required to occupy t
Chunk (Block) Chunk is the smallest object added to the document object to represent the text. The chunk object contains a stringbuffer used to store text. characters in the text are in the same font format (style, size, color). These formats are set in the font object. The chunk can also use the member function to change other attributes, such as the background color, top (bottom) Mark, underline, and strikethrough. The example used by the author in the second version of
Originally from: https://www.cnblogs.com/joann/p/5511905.htmlI'm just recording all the jar versions, because version conflicts and incompatibilities are a headache, requiring 5 jars altogether,Where Itextpdf is an upgraded version of Itext, and Itextpdf-5.5.jar the above version of the total number of pages do not need-1, the previous version must-1;Jfinal.jar can only be used in 2.0 version, with 3.0 of the report version is too high; hope to help p
I believe that friends who have used Itext know that Chinese display has always been a problem (the latest version of 5.5.7 is not directly integrated with Chinese fonts). Of course, such a problem, has long been a master to solve, that is, the use of Itextasian.jar. but instead of using Itextasian.jar, this article describes another workaround. Prior to this, you need to prepare only the Chinese font for Itextpdf-5.x.jar and a TTF format . For exam
1. To the HTML to PDF, first of all must solve the Chinese display problem, CSS style problems and possible JS problems, first on the example, their own experience.2. Download the SIMSUN.TTC font first;2.demo.htmlDOCTYPE HTML>HTMLLang= "en">Head> MetaCharSet= "UTF-8"/> title>Titletitle> style>. Color{Color:Green; }. POS{position:Absolute; Left:200px;Top:5px;width:200px;font-size:10px; } style>Head>Bodystyle= "Font-family:simsun"> imgsrc= "Logo.png"width= "600px" />
If you want to export a PDF file, the first choice is itext. You have also found some information from the Internet, and there are a lot of things.
I made an example by myself, and it seems that it is still very simple, and the in-depth content is still hard to be studied. Download the official jar package. I wanted to see it.
In the demo, only the API documentation is returned. The information is really hard to find.
Today, we found that there are st
Https://stackoverflow.com/questions/39286826/how-to-get-the-edited-text-from-itext-in-fabricjshttp://jsfiddle.net/srshah23/3pwb2404/2/------------------------------------------------------------------You can get your iText, text value by getting the text property of the IText object, like this; :canvas.getActiveObject().textAlso, get event after edit textYou coul
Learn itext from scratch create pdf1. Create a PDF with a streamImportJava.io.File;ImportJava.io.FileOutputStream;Importcom.itextpdf.text.*;ImportCom.itextpdf.text.pdf.PdfWriter; Public classPdftest { Public Static voidMain (string[] args)throwsException {/*** PDF Preparation defines the document file output stream and other files. pdf*/Document Pdfdoc=NewDocument (); //path output stream of the PDF file to be generatedFileOutputStream Pdffile =NewFil
In the newer version of Itext, there is still a problem with the support of Chinese, the information obtained on the network and the various attempts, the font file XX. TTF into the project, and then loaded into the basefont, feasible. As follows:
basefont font = basefont.createfont (path + msyh). TTF ", Basefont.identity_h, basefont.embedded);
Jar Package Required:
The jar package under the Itext-5.3.0.z
Itext the latest version of 5.0.1, the official binary version of the Asian font is still not directly integrated solution, loading Itextasian.jar to Classpath has not been working, prompted the following error:Font ' stsong-light ' with ' unigb-ucs2-h ' isn't recognizedThe whole day did not get to the path, had to go to view the source code, find the Cjkfont class, from which to seeInputStream is = Getresourcestream (Resource_path + "cjkfonts.propert
A few days ago the project involves the download function of PDF, after a few days of effort has been completed, deliberately will be involved in a summary of the things.The project is related to several jar packages: itextpdf5.5.6,xmlworker5.5.6,itext-asian5.2.0 (the Linux server cannot display the Chinese must this package, Windows Server does not need), these three packages can be fullyMade in Maven repository.Directly on the code:OneString path =s
In fact, use a separate project to add those resource files to the project as embeded resource, and then generate a new library, you do not need to modify the original iTextSharp to achieve this (the CIDFont font support solution I introduced earlier, of course, the effect is the same ). The author told me a few days ago that "The fonts can be loaded not only from resources but also from a directory
Path. I'll try to setip some documentation this weekend. ", he probably didn't say this solution.
Related ja bag: Itext-5.0.6.jar,itextasian-1.5.2.jar.
Note: You must modify the package path in the Itextasian-1.5.2.jar with WinRAR or haozip to change the package path to com.itextpdf.text.pdf.fonts. Otherwise, the PDF-times error is generated.
Example code:
Package com.xy6;
Import Java.io.File;
Import Java.io.FileOutputStream;
Import Java.io.OutputStream;
Import Java.util.Date;
Import Com.itextpdf.text.BaseColor;
Import com.itextpdf.text.Document
. AddEntry ("Readme.txt", Readmetext, Encoding.default); Zip. Password="aicoffees.com";//to set a password for a compressed packageZip. encryption = encryptionalgorithm.winzipaes256;//Encryption Methodzip. AddFile (HttpContext.Current.Server.MapPath (imgs[i). ToString ()),"");//here "" I give is empty is compressed when not set folder, if need to take what name only need in "" Inside add on can, here is an overloaded method, ifzip. AddFile (HttpContext.Current.Server.MapPath (imgs[i). ToString (
(). GetBytes ());Xmlworkerhelper.getinstance (). parsexhtml (writer, document, bis,cssis);Document.close (); } /*** Obtain the source code of the website through the website domain URL * *@paramURL *@returnString *@throwsException*/ Public StaticString geturlsource (File URL)throwsException {inputstream instream=Newfileinputstream (URL); //get HTML binary data from an input stream byte[] data = Readinputstream (instream);//converts binary data to byte byte dataString Htmlsource =NewSt
Html2canvas JSHtml1 Div ID = "Divpdf" > 2 Required Area 3 Div >Js12Background using picture Base64 encoding for image conversion1 //2 ///convert Base64 encoding to image3 /// 4 /// Base64 String5 /// The conversion succeeded in returning the image; Failed returns null6 Public stringBase64toimage (stringImgname,stringBase64string,stringpath)7 {8base64string = Base64string.replace ("Data:image/png;base64,","");9MemoryStream ms =NULL;TenS
The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion;
products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the
content of the page makes you feel confusing, please write us an email, we will handle the problem
within 5 days after receiving your email.
If you find any instances of plagiarism from the community, please send an email to:
info-contact@alibabacloud.com
and provide relevant evidence. A staff member will contact you within 5 working days.