พื้นฐานการ Render PDF ความเป็นจริงต้องการ Learning Curve สูงเป็นอย่างมาก หลังจากที่ได้ศึกษาวิธีการ Render PDF บนเอกสาร
พบว่ายุ่งยากพอสมควร แต่การ PDF Render แบบง่าย ๆ ใช้แค่ Text Editor ธรรมดาอย่าง Notepad ก็ทำได้แล้วจริง ๆ จากโค้ดข้างล่าง(Paste Notepad or Any Text Editor)
%PDF-1.7
1 0 obj % entry point
<<
/Type /Catalog
/Pages 2 0 R
>>
endobj
2 0 obj
<<
/Type /Pages
/MediaBox [ 0 0 200 200 ]
/Count 1
/Kids [ 3 0 R ]
>>
endobj
3 0 obj
<<
/Type /Page
/Parent 2 0 R
/Resources <<
/Font <<
/F1 4 0 R
>>
>>
/Contents 5 0 R
>>
endobj
4 0 obj
<<
/Type /Font
/Subtype /Type1
/BaseFont /Times-Roman
>>
endobj
5 0 obj % page content
<<
/Length 44
>>
stream
BT
70 50 TD
/F1 12 Tf
(Hello, world!) Tj
ET
endstream
endobj
xref
0 6
0000000000 65535 f
0000000010 00000 n
0000000079 00000 n
0000000173 00000 n
0000000301 00000 n
0000000380 00000 n
trailer
<<
/Size 6
/Root 1 0 R
>>
startxref
492
%PDF-1.7
1 0 obj % entry point
<<
/Type /Catalog
/Pages 2 0 R
>>
endobj
2 0 obj
<<
/Type /Pages
/MediaBox [ 0 0 200 200 ]
/Count 1
/Kids [ 3 0 R ]
>>
endobj
3 0 obj
<<
/Type /Page
/Parent 2 0 R
/Resources <<
/Font <<
/F1 4 0 R
>>
>>
/Contents 5 0 R
>>
endobj
4 0 obj
<<
/Type /Font
/Subtype /Type1
/BaseFont /Times-Roman
>>
endobj
5 0 obj % page content
<<
/Length 44
>>
stream
BT
70 50 TD
/F1 12 Tf
(Hello, world!) Tj
ET
endstream
endobj
xref
0 6
0000000000 65535 f
0000000010 00000 n
0000000079 00000 n
0000000173 00000 n
0000000301 00000 n
0000000380 00000 n
trailer
<<
/Size 6
/Root 1 0 R
>>
startxref
492
%%EOF
เราสามารถนำวิธีการแนวทางนี้ไปประยุกต์เขียนโปรแกรมด้วยภาษาต่าง ๆ ตามที่เราต้องการสุดจะแล้วแต่ ไม่ว่าจะ Render, Split, Merge แต่ควรทำความเข้าใจ PDF Structure ให้เป็นอย่างดีเสียก่อน
ดูข้อมูลเพิ่มเติมได้ที่ : PDF Analysis