Tag - PDF Maker

Separate Products & Services in PDF Maker

Dear community, are you working with PDF Maker some time and you still didn't figure out how to separate Products & Services in the product block table? You don't need to spend additional hours to figure out how it is working. It's really simple and after you finish reading this post you will be able to give better look to your templates in no time! Let's take closer look at our example, how to proceed. We will use the example with PC Hardware as a Products and Installation/Build of PC as a Service. Note this is just an example, you can use any products or services you need! The main key to this customization are variables used to start and end product block. These...

Maximize CKEditor edit window with one click on small screens

Do you have a small CK Edtitor screen and you want to make it bigger with one click? Follow our tip how to add  Maximize button to your Editor. ImplementationGo to folder: libraries/jquery/ckeditor and find file config.js We need to edit file config.js by removing maximize from the config.removePlugins line and put it to config.plugins line So change config.js from:CKEDITOR.editorConfig = function( config ) { // Define changes to default configuration here. For example: // config.language = 'fr'; // config.uiColor = '#AADC6E'; //vtiger editor toolbar configuration config.removePlugins = 'save,maximize,magicline'; config.fullPage = true; config.allowedContent = true; config.disableNativeSpellChecker...

Font Awesome for PDF Maker? No problem!

Did you ever make the template and in the end it was looking "boring" just with text and logo? You know there was something missing to make it more special and livelier. With our new feature Font Awesome for PDF Maker, you can use Icons and Social logos! It's simple and fast, all you need is to do few clicks in your template! Comparison: With Icons / Without Icons To get a Font Awesome for PDF Maker, you need Basic or PRO version & PDF Maker version 700.7.0 or higher for Vtiger 7 and version 600.19.0 or higher for Vtiger 6. Useful Links: Manual how to use Font Awesome If you still don't have the PDF Maker, you can visit our shop More about PDF Maker

How to hide/show line of table in PDF file in PDF Maker

Have you ever met with this situation? You have a great template for Invoice but if for example discount = 0 you need to edit template and remove line because it does not looks so great. If your answer is Yes then this article certainly helps you. So how to edit your template to hide/show line based on field? First at all, I have to say that this manual is only for PDF Maker Professional because you need to use Custom Function. Let's start:Find in your template line in table that you want to hide/show and click into this line Go to Other information tab And click on Custom functions Find its4you_if or its4you_isnull function and add into line you want to hide/shows (I recommend to use...

Header/Footer templates for PDF Maker

Hello dear customers,We received some requests how to save time with editing PDF template when little changes need to be made in Header or Footer.Nowadays I’m using about 85 templates within PDF-Maker. I guess most professionals using combined vtiger/PDFMaker, need quite a bunch of different PDFMaker templates for their business needs. May not for all templates but I bet, you do not need more then 2-3 different header and footer contents over all your templates. May you need different settings, but the content is often or always quite the same. Isn’t it?In the very beginning, the current PDFMaker header/footer handling is not a big problem for anyone. One can copy and paste the header/footer html-code from one template to...

How to remove standard vtiger “Send Email with PDF” and “Export to PDF” from More button?

Hello dear our customers.Have you ever met with this situation?You or your company bought PDF Maker, create beautiful PDF template. Everything works like charm.But  some of your employes say you that they still export standard vtiger template?You know that they use standard vtiger Export to PDF from More button instead of PDF Maker export button. But how to hide this button and leave only PDF Maker button to export template that you want?How to hide standard vtiger Export to PDF or Send Email with PDFWe must not change vtiger source code with our extensions but you, as customer, can change whatever you want.To hide "Send Email with PDF" and "Export to PDF" you need to make small changes in source code...

How to create own Custom function for PDF Maker or EMAIL Maker?

Hello Guys,lot of our customers ask me how to create custom function for PDF Maker or EMAIL Maker. Even thought it is described in our manuals (you can read it here) of these extensions, I will show you it one more time with simple example.First at all, you need to create own .php file because with update of PDF Maker or EMAIL Maker our standard files are re-written and you can lose your function.Please create your new file in: [vtigerROOT]/modules/PDFMaker(EMAILMaker)/resources/functionsHow to create own custom function At least, your file have to contains <?php You can also copy these lines to your new file: if (!function_exists('nameofyourfunction')) {function nameofyourfunction( ) { ...

Can’t you see PDF Maker in menu after migration to vtiger 7?

In these days, lot of our customers migrate to vtiger 7. Then install PDF Maker (EMAIL Maker) for vtiger 7 but PDF Maker (EMAIL Maker) is missing in menu.PDF Maker missing in vtiger 7 menuFor some reasons installation does not write record into vtiger_app2tab table.To show PDF Maker (EMAIL Maker) in your menu just provide few simple steps:Open your databasePDF Maker missing in vtiger 7 menu Click on SQLPDF Maker missing in vtiger 7 menu Copy following queries and execute these queries for PDF Maker set @oId = (select tabid from vtiger_tab Where name = 'PDFMaker' limit 1); set @newSeq = (select max(sequence)+1 from vtiger_app2tab where appname = 'PROJECT' limit 1); insert into vtiger_app2tab (tabid, appname, sequence, visible) values (@oId, 'PROJECT', @newSeq, 1); select...

Dear Vtiger Community, we now also support Vtiger 8.1 version. The list of supported extensions can be checked via More info button.

X